Html Css Color HEX #DB4249 Mandy

📋 copy color: '#DB4249'

red 219 ◦ green 66 ◦ blue 73

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

Shades of Mandy #DB4249

Tints of Mandy #DB4249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.44%

 BLUE value IS 73 (28.91% from 255) = 20.39%

R = 61.17%
G = 18.44%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB4249 (or 0xDB4249) is known color: Mandy. HEX triplet: DB, 42 and 49. RGB value is (219,66,73). Sum of RGB (Red+Green+Blue) = 219+66+73=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4249 is #24BDB6. Grayscale: #707070. Windows color (decimal): -2407863 or 4801243. OLE color: 4801243.

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

Color convert

RGB 219 66 73 -
CMYK 0 0.70 0.67 0.14
HSL 357.25º 0.68% 0.56% -
HSV(B) 357.25º 0.7% 0.86% -
XYZ 32.36 19.44 8.35 -
YUV 112.55 105.69 203.93 -
System Red Green Blue C M Y K H S L
Decimal 219 66 73 0 0.70 0.67 0.14 357.25 0.68 0.56
Hex DB 42 49 0 46 43 E 165 44 38
Octal 333 102 111 0 106 103 16 545 104 70
Binary 11011011 1000010 1001001 0 1000110 1000011 1110 101100101 1000100 111000

Color Harmonies of #DB4249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4249

Black with #DB4249

Text Example


Text Example

White with #DB4249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4249; }

 p { color: rgb(219,66,73); }

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

background-color css

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

 a { background-color: rgb(219,66,73); }

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

border-color css

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

 span { border-color: rgb(219,66,73); }

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