Html Css Color HEX #D788DE Plum

📋 copy color: '#D788DE'

red 215 ◦ green 136 ◦ blue 222

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

Shades of Plum #D788DE

Tints of Plum #D788DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.74%

R = 37.52%
G = 23.73%
B = 38.74%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D788DE (or 0xD788DE) is known color: Plum. HEX triplet: D7, 88 and DE. RGB value is (215,136,222). Sum of RGB (Red+Green+Blue) = 215+136+222=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #D788DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D788DE is #287721. Grayscale: #A9A9A9. Windows color (decimal): -2651938 or 14584023. OLE color: 14584023.

HSL color Cylindrical-coordinate representation of color #D788DE: hue angle of 295.12º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D788DE is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 136 222 -
CMYK 0.03 0.39 0 0.13
HSL 295.12º 0.57% 0.7% -
HSV(B) 295.12º 0.39% 0.87% -
XYZ 50.01 37.33 73.68 -
YUV 169.43 157.67 160.51 -
System Red Green Blue C M Y K H S L
Decimal 215 136 222 0.03 0.39 0 0.13 295.12 0.57 0.7
Hex D7 88 DE 3 27 0 D 127 39 46
Octal 327 210 336 3 47 0 15 447 71 106
Binary 11010111 10001000 11011110 11 100111 0 1101 100100111 111001 1000110

Color Harmonies of #D788DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D788DE

Black with #D788DE

Text Example


Text Example

White with #D788DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D788DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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