Html Css Color HEX #DB5052 Mandy

📋 copy color: '#DB5052'

red 219 ◦ green 80 ◦ blue 82

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

Shades of Mandy #DB5052

Tints of Mandy #DB5052

RGB

 RED value IS 219 (85.94% from 255) = 57.48%

 GREEN value IS 80 (31.64% from 255) = 21%

 BLUE value IS 82 (32.42% from 255) = 21.52%

R = 57.48%
G = 21%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB5052 (or 0xDB5052) is known color: Mandy. HEX triplet: DB, 50 and 52. RGB value is (219,80,82). Sum of RGB (Red+Green+Blue) = 219+80+82=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5052 is #24AFAD. Grayscale: #797979. Windows color (decimal): -2404270 or 5394651. OLE color: 5394651.

HSL color Cylindrical-coordinate representation of color #DB5052: hue angle of 359.14º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5052 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 80 82 -
CMYK 0 0.63 0.63 0.14
HSL 359.14º 0.66% 0.59% -
HSV(B) 359.14º 0.63% 0.86% -
XYZ 33.61 21.41 10.34 -
YUV 121.79 105.55 197.34 -
System Red Green Blue C M Y K H S L
Decimal 219 80 82 0 0.63 0.63 0.14 359.14 0.66 0.59
Hex DB 50 52 0 3F 3F E 167 42 3B
Octal 333 120 122 0 77 77 16 547 102 73
Binary 11011011 1010000 1010010 0 111111 111111 1110 101100111 1000010 111011

Color Harmonies of #DB5052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5052

Black with #DB5052

Text Example


Text Example

White with #DB5052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5052; }

 p { color: rgb(219,80,82); }

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

background-color css

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

 a { background-color: rgb(219,80,82); }

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

border-color css

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

 span { border-color: rgb(219,80,82); }

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