Html Css Color HEX #D490DB Plum

📋 copy color: '#D490DB'

red 212 ◦ green 144 ◦ blue 219

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

Shades of Plum #D490DB

Tints of Plum #D490DB

RGB

 RED value IS 212 (83.2% from 255) = 36.87%

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

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

R = 36.87%
G = 25.04%
B = 38.09%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D490DB (or 0xD490DB) is known color: Plum. HEX triplet: D4, 90 and DB. RGB value is (212,144,219). Sum of RGB (Red+Green+Blue) = 212+144+219=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #D490DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D490DB is #2B6F24. Grayscale: #ACACAC. Windows color (decimal): -2846501 or 14389460. OLE color: 14389460.

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

Color convert

RGB 212 144 219 -
CMYK 0.03 0.34 0 0.14
HSL 294.4º 0.51% 0.71% -
HSV(B) 294.4º 0.34% 0.86% -
XYZ 49.91 39.06 71.93 -
YUV 172.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 212 144 219 0.03 0.34 0 0.14 294.4 0.51 0.71
Hex D4 90 DB 3 22 0 E 126 33 47
Octal 324 220 333 3 42 0 16 446 63 107
Binary 11010100 10010000 11011011 11 100010 0 1110 100100110 110011 1000111

Color Harmonies of #D490DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D490DB

Black with #D490DB

Text Example


Text Example

White with #D490DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D490DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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