Html Css Color HEX #D8A4CF Plum

📋 copy color: '#D8A4CF'

red 216 ◦ green 164 ◦ blue 207

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

Shades of Plum #D8A4CF

Tints of Plum #D8A4CF

RGB

 RED value IS 216 (84.77% from 255) = 36.8%

 GREEN value IS 164 (64.45% from 255) = 27.94%

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

R = 36.8%
G = 27.94%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D8A4CF (or 0xD8A4CF) is known color: Plum. HEX triplet: D8, A4 and CF. RGB value is (216,164,207). Sum of RGB (Red+Green+Blue) = 216+164+207=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A4CF is #275B30. Grayscale: #B8B8B8. Windows color (decimal): -2579249 or 13608152. OLE color: 13608152.

HSL color Cylindrical-coordinate representation of color #D8A4CF: hue angle of 310.38º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8A4CF is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 164 207 -
CMYK 0 0.24 0.04 0.15
HSL 310.38º 0.4% 0.75% -
HSV(B) 310.38º 0.24% 0.85% -
XYZ 52.86 45.65 65.06 -
YUV 184.45 140.73 150.5 -
System Red Green Blue C M Y K H S L
Decimal 216 164 207 0 0.24 0.04 0.15 310.38 0.4 0.75
Hex D8 A4 CF 0 18 4 F 136 28 4B
Octal 330 244 317 0 30 4 17 466 50 113
Binary 11011000 10100100 11001111 0 11000 100 1111 100110110 101000 1001011

Color Harmonies of #D8A4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A4CF

Black with #D8A4CF

Text Example


Text Example

White with #D8A4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A4CF; }

 p { color: rgb(216,164,207); }

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

background-color css

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

 a { background-color: rgb(216,164,207); }

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

border-color css

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

 span { border-color: rgb(216,164,207); }

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