Html Css Color HEX #D990DB Plum

📋 copy color: '#D990DB'

red 217 ◦ green 144 ◦ blue 219

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

Shades of Plum #D990DB

Tints of Plum #D990DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.83%

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

R = 37.41%
G = 24.83%
B = 37.76%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D990DB (or 0xD990DB) is known color: Plum. HEX triplet: D9, 90 and DB. RGB value is (217,144,219). Sum of RGB (Red+Green+Blue) = 217+144+219=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #D990DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990DB is #266F24. Grayscale: #AEAEAE. Windows color (decimal): -2518821 or 14389465. OLE color: 14389465.

HSL color Cylindrical-coordinate representation of color #D990DB: hue angle of 298.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D990DB is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 144 219 -
CMYK 0.01 0.34 0 0.14
HSL 298.4º 0.51% 0.71% -
HSV(B) 298.4º 0.34% 0.86% -
XYZ 51.37 39.81 71.99 -
YUV 174.38 153.18 158.4 -
System Red Green Blue C M Y K H S L
Decimal 217 144 219 0.01 0.34 0 0.14 298.4 0.51 0.71
Hex D9 90 DB 1 22 0 E 12A 33 47
Octal 331 220 333 1 42 0 16 452 63 107
Binary 11011001 10010000 11011011 1 100010 0 1110 100101010 110011 1000111

Color Harmonies of #D990DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D990DB

Black with #D990DB

Text Example


Text Example

White with #D990DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D990DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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