#d88ccd

Color #D88CCD Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D88CCD

Tints of Plum #D88CCD

Color information

#D88CCD (or 0xD88CCD) is unknown color: approx Plum. HEX triplet: D8, 8C and CD. RGB value is (216,140,205). Sum of RGB (Red+Green+Blue) = 216+140+205=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D88CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88CCD is #277332. Grayscale: #A9A9A9. Windows color (decimal): -2585395 or 13470936. OLE color: 13470936.

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

Color convert

RGB216140205-
CMYK00.350.050.15
HSL308.68º49.35%69.8%-
HSV(B)308.68º35.19%84.71%-
XYZ48.7237.7662.48-
YUV170.13147.68160.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.50%
GREEN value IS 140 (55.08% from 255) = 24.96%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=38.50%
G=24.96%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614020500.350.050.15308.6849.3569.8
HexD88CCD0235F1353146
Octal33021431504351746561106
Binary110110001000110011001101010001110111111001101011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d88ccd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d88ccd; }

 p { color: rgb(216,140,205); }

 H1.HeaderClassName
 {
   color: #d88ccd;
 }
 .AnyTagClassName
 {
   color: #d88ccd;
 }
</style>
background-color css

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

 a { background-color: rgb(216,140,205); }

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

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

 span { border-color: rgb(216,140,205); }

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