Html Css Color HEX #DB5464 Mandy

📋 copy color: '#DB5464'

red 219 ◦ green 84 ◦ blue 100

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

Shades of Mandy #DB5464

Tints of Mandy #DB5464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.81%

R = 54.34%
G = 20.84%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB5464 (or 0xDB5464) is known color: Mandy. HEX triplet: DB, 54 and 64. RGB value is (219,84,100). Sum of RGB (Red+Green+Blue) = 219+84+100=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5464 is #24AB9B. Grayscale: #7E7E7E. Windows color (decimal): -2403228 or 6575323. OLE color: 6575323.

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

Color convert

RGB 219 84 100 -
CMYK 0 0.62 0.54 0.14
HSL 352.89º 0.65% 0.59% -
HSV(B) 352.89º 0.62% 0.86% -
XYZ 34.68 22.32 14.54 -
YUV 126.19 113.23 194.2 -
System Red Green Blue C M Y K H S L
Decimal 219 84 100 0 0.62 0.54 0.14 352.89 0.65 0.59
Hex DB 54 64 0 3E 36 E 161 41 3B
Octal 333 124 144 0 76 66 16 541 101 73
Binary 11011011 1010100 1100100 0 111110 110110 1110 101100001 1000001 111011

Color Harmonies of #DB5464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5464

Black with #DB5464

Text Example


Text Example

White with #DB5464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5464; }

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

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

background-color css

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

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

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

border-color css

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

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

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