Html Css Color HEX #DB5253 Mandy

📋 copy color: '#DB5253'

red 219 ◦ green 82 ◦ blue 83

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

Shades of Mandy #DB5253

Tints of Mandy #DB5253

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.35%

 BLUE value IS 83 (32.81% from 255) = 21.61%

R = 57.03%
G = 21.35%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB5253 (or 0xDB5253) is known color: Mandy. HEX triplet: DB, 52 and 53. RGB value is (219,82,83). Sum of RGB (Red+Green+Blue) = 219+82+83=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5253 is #24ADAC. Grayscale: #7B7B7B. Windows color (decimal): -2403757 or 5460699. OLE color: 5460699.

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

Color convert

RGB 219 82 83 -
CMYK 0 0.63 0.62 0.14
HSL 359.56º 0.66% 0.59% -
HSV(B) 359.56º 0.63% 0.86% -
XYZ 33.79 21.72 10.59 -
YUV 123.08 105.39 196.42 -
System Red Green Blue C M Y K H S L
Decimal 219 82 83 0 0.63 0.62 0.14 359.56 0.66 0.59
Hex DB 52 53 0 3F 3E E 168 42 3B
Octal 333 122 123 0 77 76 16 550 102 73
Binary 11011011 1010010 1010011 0 111111 111110 1110 101101000 1000010 111011

Color Harmonies of #DB5253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5253

Black with #DB5253

Text Example


Text Example

White with #DB5253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5253; }

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

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

background-color css

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

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

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

border-color css

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

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

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