Html Css Color HEX #DB424C Mandy

📋 copy color: '#DB424C'

red 219 ◦ green 66 ◦ blue 76

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

Shades of Mandy #DB424C

Tints of Mandy #DB424C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.05%

R = 60.66%
G = 18.28%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB424C (or 0xDB424C) is known color: Mandy. HEX triplet: DB, 42 and 4C. RGB value is (219,66,76). Sum of RGB (Red+Green+Blue) = 219+66+76=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB424C is #24BDB3. Grayscale: #717171. Windows color (decimal): -2407860 or 4997851. OLE color: 4997851.

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

Color convert

RGB 219 66 76 -
CMYK 0 0.70 0.65 0.14
HSL 356.08º 0.68% 0.56% -
HSV(B) 356.08º 0.7% 0.86% -
XYZ 32.47 19.48 8.89 -
YUV 112.89 107.19 203.69 -
System Red Green Blue C M Y K H S L
Decimal 219 66 76 0 0.70 0.65 0.14 356.08 0.68 0.56
Hex DB 42 4C 0 46 41 E 164 44 38
Octal 333 102 114 0 106 101 16 544 104 70
Binary 11011011 1000010 1001100 0 1000110 1000001 1110 101100100 1000100 111000

Color Harmonies of #DB424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB424C

Black with #DB424C

Text Example


Text Example

White with #DB424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB424C; }

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

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

background-color css

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

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

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

border-color css

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

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

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