Html Css Color HEX #DB5962 Mandy

📋 copy color: '#DB5962'

red 219 ◦ green 89 ◦ blue 98

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

Shades of Mandy #DB5962

Tints of Mandy #DB5962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.92%

 BLUE value IS 98 (38.67% from 255) = 24.14%

R = 53.94%
G = 21.92%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB5962 (or 0xDB5962) is known color: Mandy. HEX triplet: DB, 59 and 62. RGB value is (219,89,98). Sum of RGB (Red+Green+Blue) = 219+89+98=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5962 is #24A69D. Grayscale: #808080. Windows color (decimal): -2401950 or 6445531. OLE color: 6445531.

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

Color convert

RGB 219 89 98 -
CMYK 0 0.59 0.55 0.14
HSL 355.85º 0.64% 0.6% -
HSV(B) 355.85º 0.59% 0.86% -
XYZ 34.99 23.09 14.17 -
YUV 128.9 110.57 192.27 -
System Red Green Blue C M Y K H S L
Decimal 219 89 98 0 0.59 0.55 0.14 355.85 0.64 0.6
Hex DB 59 62 0 3B 37 E 164 40 3C
Octal 333 131 142 0 73 67 16 544 100 74
Binary 11011011 1011001 1100010 0 111011 110111 1110 101100100 1000000 111100

Color Harmonies of #DB5962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5962

Black with #DB5962

Text Example


Text Example

White with #DB5962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5962; }

 p { color: rgb(219,89,98); }

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

background-color css

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

 a { background-color: rgb(219,89,98); }

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

border-color css

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

 span { border-color: rgb(219,89,98); }

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