Html Css Color HEX #D88DCC Plum

📋 copy color: '#D88DCC'

red 216 ◦ green 141 ◦ blue 204

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

Shades of Plum #D88DCC

Tints of Plum #D88DCC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.13%

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

R = 38.5%
G = 25.13%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D88DCC (or 0xD88DCC) is known color: Plum. HEX triplet: D8, 8D and CC. RGB value is (216,141,204). Sum of RGB (Red+Green+Blue) = 216+141+204=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DCC is #277233. Grayscale: #AAAAAA. Windows color (decimal): -2585140 or 13405656. OLE color: 13405656.

HSL color Cylindrical-coordinate representation of color #D88DCC: hue angle of 309.6º 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 #D88DCC is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 141 204 -
CMYK 0 0.35 0.06 0.15
HSL 309.6º 0.49% 0.7% -
HSV(B) 309.6º 0.35% 0.85% -
XYZ 48.74 38.01 61.89 -
YUV 170.61 146.85 160.38 -
System Red Green Blue C M Y K H S L
Decimal 216 141 204 0 0.35 0.06 0.15 309.6 0.49 0.7
Hex D8 8D CC 0 23 6 F 136 31 46
Octal 330 215 314 0 43 6 17 466 61 106
Binary 11011000 10001101 11001100 0 100011 110 1111 100110110 110001 1000110

Color Harmonies of #D88DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88DCC

Black with #D88DCC

Text Example


Text Example

White with #D88DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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