Html Css Color HEX #D499DB Plum

📋 copy color: '#D499DB'

red 212 ◦ green 153 ◦ blue 219

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

Shades of Plum #D499DB

Tints of Plum #D499DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.2%

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

R = 36.3%
G = 26.2%
B = 37.5%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D499DB (or 0xD499DB) is known color: Plum. HEX triplet: D4, 99 and DB. RGB value is (212,153,219). Sum of RGB (Red+Green+Blue) = 212+153+219=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #D499DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D499DB is #2B6624. Grayscale: #B1B1B1. Windows color (decimal): -2844197 or 14391764. OLE color: 14391764.

HSL color Cylindrical-coordinate representation of color #D499DB: hue angle of 293.64º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D499DB is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 153 219 -
CMYK 0.03 0.30 0 0.14
HSL 293.64º 0.48% 0.73% -
HSV(B) 293.64º 0.3% 0.86% -
XYZ 51.33 41.89 72.4 -
YUV 178.17 151.05 152.13 -
System Red Green Blue C M Y K H S L
Decimal 212 153 219 0.03 0.30 0 0.14 293.64 0.48 0.73
Hex D4 99 DB 3 1E 0 E 126 30 49
Octal 324 231 333 3 36 0 16 446 60 111
Binary 11010100 10011001 11011011 11 11110 0 1110 100100110 110000 1001001

Color Harmonies of #D499DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D499DB

Black with #D499DB

Text Example


Text Example

White with #D499DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D499DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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