Html Css Color HEX #D988DB Plum

📋 copy color: '#D988DB'

red 217 ◦ green 136 ◦ blue 219

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

Shades of Plum #D988DB

Tints of Plum #D988DB

RGB

 RED value IS 217 (85.16% from 255) = 37.94%

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

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

R = 37.94%
G = 23.78%
B = 38.29%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D988DB (or 0xD988DB) is known color: Plum. HEX triplet: D9, 88 and DB. RGB value is (217,136,219). Sum of RGB (Red+Green+Blue) = 217+136+219=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #D988DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988DB is #267724. Grayscale: #A9A9A9. Windows color (decimal): -2520869 or 14387417. OLE color: 14387417.

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

Color convert

RGB 217 136 219 -
CMYK 0.01 0.38 0 0.14
HSL 298.55º 0.54% 0.7% -
HSV(B) 298.55º 0.38% 0.86% -
XYZ 50.21 37.47 71.61 -
YUV 169.68 155.84 161.75 -
System Red Green Blue C M Y K H S L
Decimal 217 136 219 0.01 0.38 0 0.14 298.55 0.54 0.7
Hex D9 88 DB 1 26 0 E 12B 36 46
Octal 331 210 333 1 46 0 16 453 66 106
Binary 11011001 10001000 11011011 1 100110 0 1110 100101011 110110 1000110

Color Harmonies of #D988DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D988DB

Black with #D988DB

Text Example


Text Example

White with #D988DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D988DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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