Html Css Color HEX #D190DB Plum

📋 copy color: '#D190DB'

red 209 ◦ green 144 ◦ blue 219

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

Shades of Plum #D190DB

Tints of Plum #D190DB

RGB

 RED value IS 209 (82.03% from 255) = 36.54%

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

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

R = 36.54%
G = 25.17%
B = 38.29%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D190DB (or 0xD190DB) is known color: Plum. HEX triplet: D1, 90 and DB. RGB value is (209,144,219). Sum of RGB (Red+Green+Blue) = 209+144+219=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 144 (56.64% from 255 or 25.17% 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 #D190DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190DB is #2E6F24. Grayscale: #ABABAB. Windows color (decimal): -3043109 or 14389457. OLE color: 14389457.

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

Color convert

RGB 209 144 219 -
CMYK 0.05 0.34 0 0.14
HSL 292º 0.51% 0.71% -
HSV(B) 292º 0.34% 0.86% -
XYZ 49.05 38.62 71.89 -
YUV 171.99 154.53 154.4 -
System Red Green Blue C M Y K H S L
Decimal 209 144 219 0.05 0.34 0 0.14 292 0.51 0.71
Hex D1 90 DB 5 22 0 E 124 33 47
Octal 321 220 333 5 42 0 16 444 63 107
Binary 11010001 10010000 11011011 101 100010 0 1110 100100100 110011 1000111

Color Harmonies of #D190DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D190DB

Black with #D190DB

Text Example


Text Example

White with #D190DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D190DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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