Html Css Color HEX #DB4546 Mandy

📋 copy color: '#DB4546'

red 219 ◦ green 69 ◦ blue 70

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

Shades of Mandy #DB4546

Tints of Mandy #DB4546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.27%

 BLUE value IS 70 (27.73% from 255) = 19.55%

R = 61.17%
G = 19.27%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB4546 (or 0xDB4546) is known color: Mandy. HEX triplet: DB, 45 and 46. RGB value is (219,69,70). Sum of RGB (Red+Green+Blue) = 219+69+70=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4546 is #24BAB9. Grayscale: #727272. Windows color (decimal): -2407098 or 4605403. OLE color: 4605403.

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

Color convert

RGB 219 69 70 -
CMYK 0 0.68 0.68 0.14
HSL 359.6º 0.68% 0.56% -
HSV(B) 359.6º 0.68% 0.86% -
XYZ 32.45 19.76 7.9 -
YUV 113.96 103.2 202.92 -
System Red Green Blue C M Y K H S L
Decimal 219 69 70 0 0.68 0.68 0.14 359.6 0.68 0.56
Hex DB 45 46 0 44 44 E 168 44 38
Octal 333 105 106 0 104 104 16 550 104 70
Binary 11011011 1000101 1000110 0 1000100 1000100 1110 101101000 1000100 111000

Color Harmonies of #DB4546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4546

Black with #DB4546

Text Example


Text Example

White with #DB4546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4546; }

 p { color: rgb(219,69,70); }

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

background-color css

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

 a { background-color: rgb(219,69,70); }

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

border-color css

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

 span { border-color: rgb(219,69,70); }

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