Html Css Color HEX #D9AFE3 Plum

📋 copy color: '#D9AFE3'

red 217 ◦ green 175 ◦ blue 227

#D9AFE3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #D9AFE3

Tints of Plum #D9AFE3

RGB

 RED value IS 217 (85.16% from 255) = 35.06%

 GREEN value IS 175 (68.75% from 255) = 28.27%

 BLUE value IS 227 (89.06% from 255) = 36.67%

R = 35.06%
G = 28.27%
B = 36.67%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D9AFE3 (or 0xD9AFE3) is known color: Plum. HEX triplet: D9, AF and E3. RGB value is (217,175,227). Sum of RGB (Red+Green+Blue) = 217+175+227=619 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.06% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 227 - color contains mainly: blue. Hex color #D9AFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFE3 is #26501C. Grayscale: #C1C1C1. Windows color (decimal): -2510877 or 14921689. OLE color: 14921689.

HSL color Cylindrical-coordinate representation of color #D9AFE3: hue angle of 288.46º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9AFE3 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 175 227 -
CMYK 0.04 0.23 0 0.11
HSL 288.46º 0.48% 0.79% -
HSV(B) 288.46º 0.23% 0.89% -
XYZ 57.81 50.96 79.46 -
YUV 193.49 146.91 144.77 -
System Red Green Blue C M Y K H S L
Decimal 217 175 227 0.04 0.23 0 0.11 288.46 0.48 0.79
Hex D9 AF E3 4 17 0 B 120 30 4F
Octal 331 257 343 4 27 0 13 440 60 117
Binary 11011001 10101111 11100011 100 10111 0 1011 100100000 110000 1001111

Color Harmonies of #D9AFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFE3

Black with #D9AFE3

Text Example


Text Example

White with #D9AFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFE3; }

 p { color: rgb(217,175,227); }

 H1.HeaderClassName
 {
   color: #D9AFE3;
 }
 .AnyTagClassName
 {
   color: #D9AFE3;
 }
</style>

background-color css

<style>
 a { background-color: #D9AFE3; }

 a { background-color: rgb(217,175,227); }

 div.DivClassName
 {
   background-color: #D9AFE3;
 }
 .BgClassName
 {
   background-color: #D9AFE3;
 }
</style>

border-color css

<style>
 span { border-color: #D9AFE3; }

 span { border-color: rgb(217,175,227); }

 td.TdClassName
 {
   border-color: #D9AFE3;
 }
 .TagClassName
 {
   border-color: #D9AFE3;
 }
</style>