Html Css Color HEX #DB5462 Mandy

📋 copy color: '#DB5462'

red 219 ◦ green 84 ◦ blue 98

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

Shades of Mandy #DB5462

Tints of Mandy #DB5462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.95%

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

R = 54.61%
G = 20.95%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB5462 (or 0xDB5462) is known color: Mandy. HEX triplet: DB, 54 and 62. RGB value is (219,84,98). Sum of RGB (Red+Green+Blue) = 219+84+98=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5462 is #24AB9D. Grayscale: #7E7E7E. Windows color (decimal): -2403230 or 6444251. OLE color: 6444251.

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

Color convert

RGB 219 84 98 -
CMYK 0 0.62 0.55 0.14
HSL 353.78º 0.65% 0.59% -
HSV(B) 353.78º 0.62% 0.86% -
XYZ 34.59 22.28 14.03 -
YUV 125.96 112.23 194.36 -
System Red Green Blue C M Y K H S L
Decimal 219 84 98 0 0.62 0.55 0.14 353.78 0.65 0.59
Hex DB 54 62 0 3E 37 E 162 41 3B
Octal 333 124 142 0 76 67 16 542 101 73
Binary 11011011 1010100 1100010 0 111110 110111 1110 101100010 1000001 111011

Color Harmonies of #DB5462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5462

Black with #DB5462

Text Example


Text Example

White with #DB5462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5462; }

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

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

background-color css

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

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

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

border-color css

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

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

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