Html Css Color HEX #D888DB Plum

📋 copy color: '#D888DB'

red 216 ◦ green 136 ◦ blue 219

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

Shades of Plum #D888DB

Tints of Plum #D888DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.82%

 BLUE value IS 219 (85.94% from 255) = 38.35%

R = 37.83%
G = 23.82%
B = 38.35%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D888DB (or 0xD888DB) is known color: Plum. HEX triplet: D8, 88 and DB. RGB value is (216,136,219). Sum of RGB (Red+Green+Blue) = 216+136+219=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #D888DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D888DB is #277724. Grayscale: #A9A9A9. Windows color (decimal): -2586405 or 14387416. OLE color: 14387416.

HSL color Cylindrical-coordinate representation of color #D888DB: hue angle of 297.83º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D888DB is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 136 219 -
CMYK 0.01 0.38 0 0.14
HSL 297.83º 0.54% 0.7% -
HSV(B) 297.83º 0.38% 0.86% -
XYZ 49.91 37.32 71.59 -
YUV 169.38 156 161.25 -
System Red Green Blue C M Y K H S L
Decimal 216 136 219 0.01 0.38 0 0.14 297.83 0.54 0.7
Hex D8 88 DB 1 26 0 E 12A 36 46
Octal 330 210 333 1 46 0 16 452 66 106
Binary 11011000 10001000 11011011 1 100110 0 1110 100101010 110110 1000110

Color Harmonies of #D888DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D888DB

Black with #D888DB

Text Example


Text Example

White with #D888DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D888DB; }

 p { color: rgb(216,136,219); }

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

background-color css

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

 a { background-color: rgb(216,136,219); }

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

border-color css

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

 span { border-color: rgb(216,136,219); }

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