Html Css Color HEX #D88ECC Plum

📋 copy color: '#D88ECC'

red 216 ◦ green 142 ◦ blue 204

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

Shades of Plum #D88ECC

Tints of Plum #D88ECC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.27%

 BLUE value IS 204 (80.08% from 255) = 36.3%

R = 38.43%
G = 25.27%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D88ECC (or 0xD88ECC) is known color: Plum. HEX triplet: D8, 8E and CC. RGB value is (216,142,204). Sum of RGB (Red+Green+Blue) = 216+142+204=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 216 - color contains mainly: red. Hex color #D88ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ECC is #277133. Grayscale: #ABABAB. Windows color (decimal): -2584884 or 13405912. OLE color: 13405912.

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

Color convert

RGB 216 142 204 -
CMYK 0 0.34 0.06 0.15
HSL 309.73º 0.49% 0.7% -
HSV(B) 309.73º 0.34% 0.85% -
XYZ 48.89 38.3 61.94 -
YUV 171.19 146.52 159.96 -
System Red Green Blue C M Y K H S L
Decimal 216 142 204 0 0.34 0.06 0.15 309.73 0.49 0.7
Hex D8 8E CC 0 22 6 F 136 31 46
Octal 330 216 314 0 42 6 17 466 61 106
Binary 11011000 10001110 11001100 0 100010 110 1111 100110110 110001 1000110

Color Harmonies of #D88ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88ECC

Black with #D88ECC

Text Example


Text Example

White with #D88ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88ECC; }

 p { color: rgb(216,142,204); }

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

background-color css

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

 a { background-color: rgb(216,142,204); }

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

border-color css

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

 span { border-color: rgb(216,142,204); }

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