Html Css Color HEX #D788DB Plum

📋 copy color: '#D788DB'

red 215 ◦ green 136 ◦ blue 219

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

Shades of Plum #D788DB

Tints of Plum #D788DB

RGB

 RED value IS 215 (84.38% from 255) = 37.72%

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

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

R = 37.72%
G = 23.86%
B = 38.42%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D788DB (or 0xD788DB) is known color: Plum. HEX triplet: D7, 88 and DB. RGB value is (215,136,219). Sum of RGB (Red+Green+Blue) = 215+136+219=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #D788DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D788DB is #287724. Grayscale: #A8A8A8. Windows color (decimal): -2651941 or 14387415. OLE color: 14387415.

HSL color Cylindrical-coordinate representation of color #D788DB: hue angle of 297.11º 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 #D788DB is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 136 219 -
CMYK 0.02 0.38 0 0.14
HSL 297.11º 0.54% 0.7% -
HSV(B) 297.11º 0.38% 0.86% -
XYZ 49.61 37.17 71.58 -
YUV 169.08 156.17 160.75 -
System Red Green Blue C M Y K H S L
Decimal 215 136 219 0.02 0.38 0 0.14 297.11 0.54 0.7
Hex D7 88 DB 2 26 0 E 129 36 46
Octal 327 210 333 2 46 0 16 451 66 106
Binary 11010111 10001000 11011011 10 100110 0 1110 100101001 110110 1000110

Color Harmonies of #D788DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D788DB

Black with #D788DB

Text Example


Text Example

White with #D788DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D788DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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