Html Css Color HEX #D788DD Plum

📋 copy color: '#D788DD'

red 215 ◦ green 136 ◦ blue 221

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

Shades of Plum #D788DD

Tints of Plum #D788DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 37.59%
G = 23.78%
B = 38.64%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D788DD (or 0xD788DD) is known color: Plum. HEX triplet: D7, 88 and DD. RGB value is (215,136,221). Sum of RGB (Red+Green+Blue) = 215+136+221=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #D788DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D788DD is #287722. Grayscale: #A9A9A9. Windows color (decimal): -2651939 or 14518487. OLE color: 14518487.

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

Color convert

RGB 215 136 221 -
CMYK 0.03 0.38 0 0.13
HSL 295.76º 0.56% 0.7% -
HSV(B) 295.76º 0.38% 0.87% -
XYZ 49.88 37.28 72.97 -
YUV 169.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 215 136 221 0.03 0.38 0 0.13 295.76 0.56 0.7
Hex D7 88 DD 3 26 0 D 128 38 46
Octal 327 210 335 3 46 0 15 450 70 106
Binary 11010111 10001000 11011101 11 100110 0 1101 100101000 111000 1000110

Color Harmonies of #D788DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D788DD

Black with #D788DD

Text Example


Text Example

White with #D788DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D788DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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