Html Css Color HEX #DB5762 Mandy

📋 copy color: '#DB5762'

red 219 ◦ green 87 ◦ blue 98

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

Shades of Mandy #DB5762

Tints of Mandy #DB5762

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.53%

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

R = 54.21%
G = 21.53%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB5762 (or 0xDB5762) is known color: Mandy. HEX triplet: DB, 57 and 62. RGB value is (219,87,98). Sum of RGB (Red+Green+Blue) = 219+87+98=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5762 is #24A89D. Grayscale: #7F7F7F. Windows color (decimal): -2402462 or 6445019. OLE color: 6445019.

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

Color convert

RGB 219 87 98 -
CMYK 0 0.60 0.55 0.14
HSL 355º 0.65% 0.6% -
HSV(B) 355º 0.6% 0.86% -
XYZ 34.83 22.76 14.11 -
YUV 127.72 111.23 193.11 -
System Red Green Blue C M Y K H S L
Decimal 219 87 98 0 0.60 0.55 0.14 355 0.65 0.6
Hex DB 57 62 0 3C 37 E 163 41 3C
Octal 333 127 142 0 74 67 16 543 101 74
Binary 11011011 1010111 1100010 0 111100 110111 1110 101100011 1000001 111100

Color Harmonies of #DB5762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5762

Black with #DB5762

Text Example


Text Example

White with #DB5762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5762; }

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

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

background-color css

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

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

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

border-color css

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

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

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