Html Css Color HEX #D788DA Plum

📋 copy color: '#D788DA'

red 215 ◦ green 136 ◦ blue 218

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

Shades of Plum #D788DA

Tints of Plum #D788DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.31%

R = 37.79%
G = 23.9%
B = 38.31%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D788DA (or 0xD788DA) is known color: Plum. HEX triplet: D7, 88 and DA. RGB value is (215,136,218). Sum of RGB (Red+Green+Blue) = 215+136+218=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #D788DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D788DA is #287725. Grayscale: #A8A8A8. Windows color (decimal): -2651942 or 14321879. OLE color: 14321879.

HSL color Cylindrical-coordinate representation of color #D788DA: hue angle of 297.8º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D788DA is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 136 218 -
CMYK 0.01 0.38 0 0.15
HSL 297.8º 0.53% 0.69% -
HSV(B) 297.8º 0.38% 0.85% -
XYZ 49.48 37.12 70.89 -
YUV 168.97 155.67 160.83 -
System Red Green Blue C M Y K H S L
Decimal 215 136 218 0.01 0.38 0 0.15 297.8 0.53 0.69
Hex D7 88 DA 1 26 0 F 12A 35 45
Octal 327 210 332 1 46 0 17 452 65 105
Binary 11010111 10001000 11011010 1 100110 0 1111 100101010 110101 1000101

Color Harmonies of #D788DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D788DA

Black with #D788DA

Text Example


Text Example

White with #D788DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D788DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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