Html Css Color HEX #D292DB Plum

📋 copy color: '#D292DB'

red 210 ◦ green 146 ◦ blue 219

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

Shades of Plum #D292DB

Tints of Plum #D292DB

RGB

 RED value IS 210 (82.42% from 255) = 36.52%

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

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

R = 36.52%
G = 25.39%
B = 38.09%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D292DB (or 0xD292DB) is known color: Plum. HEX triplet: D2, 92 and DB. RGB value is (210,146,219). Sum of RGB (Red+Green+Blue) = 210+146+219=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 146 (57.42% from 255 or 25.39% 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 #D292DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292DB is #2D6D24. Grayscale: #ADADAD. Windows color (decimal): -2977061 or 14389970. OLE color: 14389970.

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

Color convert

RGB 210 146 219 -
CMYK 0.04 0.33 0 0.14
HSL 292.6º 0.5% 0.72% -
HSV(B) 292.6º 0.33% 0.86% -
XYZ 49.64 39.37 72 -
YUV 173.46 153.7 154.06 -
System Red Green Blue C M Y K H S L
Decimal 210 146 219 0.04 0.33 0 0.14 292.6 0.5 0.72
Hex D2 92 DB 4 21 0 E 125 32 48
Octal 322 222 333 4 41 0 16 445 62 110
Binary 11010010 10010010 11011011 100 100001 0 1110 100100101 110010 1001000

Color Harmonies of #D292DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D292DB

Black with #D292DB

Text Example


Text Example

White with #D292DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D292DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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