Html Css Color HEX #D9AFDA Plum

📋 copy color: '#D9AFDA'

red 217 ◦ green 175 ◦ blue 218

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

Shades of Plum #D9AFDA

Tints of Plum #D9AFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.74%

R = 35.57%
G = 28.69%
B = 35.74%

CMYK

 C value IS 0.00

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D9AFDA (or 0xD9AFDA) is known color: Plum. HEX triplet: D9, AF and DA. RGB value is (217,175,218). Sum of RGB (Red+Green+Blue) = 217+175+218=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #D9AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFDA is #265025. Grayscale: #C0C0C0. Windows color (decimal): -2510886 or 14331865. OLE color: 14331865.

HSL color Cylindrical-coordinate representation of color #D9AFDA: hue angle of 298.6º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9AFDA is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 175 218 -
CMYK 0.00 0.20 0 0.15
HSL 298.6º 0.37% 0.77% -
HSV(B) 298.6º 0.2% 0.85% -
XYZ 56.6 50.47 73.09 -
YUV 192.46 142.41 145.5 -
System Red Green Blue C M Y K H S L
Decimal 217 175 218 0.00 0.20 0 0.15 298.6 0.37 0.77
Hex D9 AF DA 0 14 0 F 12B 25 4D
Octal 331 257 332 0 24 0 17 453 45 115
Binary 11011001 10101111 11011010 0 10100 0 1111 100101011 100101 1001101

Color Harmonies of #D9AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFDA

Black with #D9AFDA

Text Example


Text Example

White with #D9AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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