Html Css Color HEX #DB424F Mandy

📋 copy color: '#DB424F'

red 219 ◦ green 66 ◦ blue 79

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

Shades of Mandy #DB424F

Tints of Mandy #DB424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.7%

R = 60.16%
G = 18.13%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB424F (or 0xDB424F) is known color: Mandy. HEX triplet: DB, 42 and 4F. RGB value is (219,66,79). Sum of RGB (Red+Green+Blue) = 219+66+79=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB424F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB424F is #24BDB0. Grayscale: #717171. Windows color (decimal): -2407857 or 5194459. OLE color: 5194459.

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

Color convert

RGB 219 66 79 -
CMYK 0 0.70 0.64 0.14
HSL 354.9º 0.68% 0.56% -
HSV(B) 354.9º 0.7% 0.86% -
XYZ 32.57 19.52 9.45 -
YUV 113.23 108.69 203.44 -
System Red Green Blue C M Y K H S L
Decimal 219 66 79 0 0.70 0.64 0.14 354.9 0.68 0.56
Hex DB 42 4F 0 46 40 E 163 44 38
Octal 333 102 117 0 106 100 16 543 104 70
Binary 11011011 1000010 1001111 0 1000110 1000000 1110 101100011 1000100 111000

Color Harmonies of #DB424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB424F

Black with #DB424F

Text Example


Text Example

White with #DB424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB424F; }

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

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

background-color css

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

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

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

border-color css

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

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

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