Html Css Color HEX #D491DB Plum

📋 copy color: '#D491DB'

red 212 ◦ green 145 ◦ blue 219

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

Shades of Plum #D491DB

Tints of Plum #D491DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.17%

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

R = 36.81%
G = 25.17%
B = 38.02%

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

#D491DB (or 0xD491DB) is known color: Plum. HEX triplet: D4, 91 and DB. RGB value is (212,145,219). Sum of RGB (Red+Green+Blue) = 212+145+219=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #D491DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D491DB is #2B6E24. Grayscale: #ADADAD. Windows color (decimal): -2846245 or 14389716. OLE color: 14389716.

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

Color convert

RGB 212 145 219 -
CMYK 0.03 0.34 0 0.14
HSL 294.32º 0.51% 0.71% -
HSV(B) 294.32º 0.34% 0.86% -
XYZ 50.06 39.36 71.98 -
YUV 173.47 153.7 155.48 -
System Red Green Blue C M Y K H S L
Decimal 212 145 219 0.03 0.34 0 0.14 294.32 0.51 0.71
Hex D4 91 DB 3 22 0 E 126 33 47
Octal 324 221 333 3 42 0 16 446 63 107
Binary 11010100 10010001 11011011 11 100010 0 1110 100100110 110011 1000111

Color Harmonies of #D491DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D491DB

Black with #D491DB

Text Example


Text Example

White with #D491DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D491DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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