Html Css Color HEX #D492DB Plum

📋 copy color: '#D492DB'

red 212 ◦ green 146 ◦ blue 219

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

Shades of Plum #D492DB

Tints of Plum #D492DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.3%

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

R = 36.74%
G = 25.3%
B = 37.95%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D492DB (or 0xD492DB) is known color: Plum. HEX triplet: D4, 92 and DB. RGB value is (212,146,219). Sum of RGB (Red+Green+Blue) = 212+146+219=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #D492DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D492DB is #2B6D24. Grayscale: #ADADAD. Windows color (decimal): -2845989 or 14389972. OLE color: 14389972.

HSL color Cylindrical-coordinate representation of color #D492DB: hue angle of 294.25º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D492DB is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 146 219 -
CMYK 0.03 0.33 0 0.14
HSL 294.25º 0.5% 0.72% -
HSV(B) 294.25º 0.33% 0.86% -
XYZ 50.22 39.67 72.03 -
YUV 174.06 153.37 155.06 -
System Red Green Blue C M Y K H S L
Decimal 212 146 219 0.03 0.33 0 0.14 294.25 0.5 0.72
Hex D4 92 DB 3 21 0 E 126 32 48
Octal 324 222 333 3 41 0 16 446 62 110
Binary 11010100 10010010 11011011 11 100001 0 1110 100100110 110010 1001000

Color Harmonies of #D492DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D492DB

Black with #D492DB

Text Example


Text Example

White with #D492DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D492DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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