Html Css Color HEX #D9A1CF Plum

📋 copy color: '#D9A1CF'

red 217 ◦ green 161 ◦ blue 207

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

Shades of Plum #D9A1CF

Tints of Plum #D9A1CF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.52%

 BLUE value IS 207 (81.25% from 255) = 35.38%

R = 37.09%
G = 27.52%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D9A1CF (or 0xD9A1CF) is known color: Plum. HEX triplet: D9, A1 and CF. RGB value is (217,161,207). Sum of RGB (Red+Green+Blue) = 217+161+207=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 161 (63.28% from 255 or 27.52% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A1CF is #265E30. Grayscale: #B6B6B6. Windows color (decimal): -2514481 or 13607385. OLE color: 13607385.

HSL color Cylindrical-coordinate representation of color #D9A1CF: hue angle of 310.71º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9A1CF is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 161 207 -
CMYK 0 0.26 0.05 0.15
HSL 310.71º 0.42% 0.74% -
HSV(B) 310.71º 0.26% 0.85% -
XYZ 52.62 44.75 64.89 -
YUV 182.99 141.55 152.26 -
System Red Green Blue C M Y K H S L
Decimal 217 161 207 0 0.26 0.05 0.15 310.71 0.42 0.74
Hex D9 A1 CF 0 1A 5 F 137 2A 4A
Octal 331 241 317 0 32 5 17 467 52 112
Binary 11011001 10100001 11001111 0 11010 101 1111 100110111 101010 1001010

Color Harmonies of #D9A1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A1CF

Black with #D9A1CF

Text Example


Text Example

White with #D9A1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A1CF; }

 p { color: rgb(217,161,207); }

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

background-color css

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

 a { background-color: rgb(217,161,207); }

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

border-color css

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

 span { border-color: rgb(217,161,207); }

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