Html Css Color HEX #DB5152 Mandy

📋 copy color: '#DB5152'

red 219 ◦ green 81 ◦ blue 82

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

Shades of Mandy #DB5152

Tints of Mandy #DB5152

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.2%

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

R = 57.33%
G = 21.2%
B = 21.47%

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

#DB5152 (or 0xDB5152) is known color: Mandy. HEX triplet: DB, 51 and 52. RGB value is (219,81,82). Sum of RGB (Red+Green+Blue) = 219+81+82=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5152 is #24AEAD. Grayscale: #7A7A7A. Windows color (decimal): -2404014 or 5394907. OLE color: 5394907.

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

Color convert

RGB 219 81 82 -
CMYK 0 0.63 0.63 0.14
HSL 359.57º 0.66% 0.59% -
HSV(B) 359.57º 0.63% 0.86% -
XYZ 33.68 21.55 10.37 -
YUV 122.38 105.22 196.92 -
System Red Green Blue C M Y K H S L
Decimal 219 81 82 0 0.63 0.63 0.14 359.57 0.66 0.59
Hex DB 51 52 0 3F 3F E 168 42 3B
Octal 333 121 122 0 77 77 16 550 102 73
Binary 11011011 1010001 1010010 0 111111 111111 1110 101101000 1000010 111011

Color Harmonies of #DB5152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5152

Black with #DB5152

Text Example


Text Example

White with #DB5152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5152; }

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

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

background-color css

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

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

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

border-color css

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

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

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