Html Css Color HEX #D788DC Plum

📋 copy color: '#D788DC'

red 215 ◦ green 136 ◦ blue 220

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

Shades of Plum #D788DC

Tints of Plum #D788DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.53%

R = 37.65%
G = 23.82%
B = 38.53%

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

#D788DC (or 0xD788DC) is known color: Plum. HEX triplet: D7, 88 and DC. RGB value is (215,136,220). Sum of RGB (Red+Green+Blue) = 215+136+220=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #D788DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D788DC is #287723. Grayscale: #A8A8A8. Windows color (decimal): -2651940 or 14452951. OLE color: 14452951.

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

Color convert

RGB 215 136 220 -
CMYK 0.02 0.38 0 0.14
HSL 296.43º 0.55% 0.7% -
HSV(B) 296.43º 0.38% 0.86% -
XYZ 49.75 37.22 72.27 -
YUV 169.2 156.67 160.67 -
System Red Green Blue C M Y K H S L
Decimal 215 136 220 0.02 0.38 0 0.14 296.43 0.55 0.7
Hex D7 88 DC 2 26 0 E 128 37 46
Octal 327 210 334 2 46 0 16 450 67 106
Binary 11010111 10001000 11011100 10 100110 0 1110 100101000 110111 1000110

Color Harmonies of #D788DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D788DC

Black with #D788DC

Text Example


Text Example

White with #D788DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D788DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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