Html Css Color HEX #DB4A4F Mandy

📋 copy color: '#DB4A4F'

red 219 ◦ green 74 ◦ blue 79

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

Shades of Mandy #DB4A4F

Tints of Mandy #DB4A4F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.89%

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

R = 58.87%
G = 19.89%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB4A4F (or 0xDB4A4F) is known color: Mandy. HEX triplet: DB, 4A and 4F. RGB value is (219,74,79). Sum of RGB (Red+Green+Blue) = 219+74+79=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4A4F is #24B5B0. Grayscale: #767676. Windows color (decimal): -2405809 or 5196507. OLE color: 5196507.

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

Color convert

RGB 219 74 79 -
CMYK 0 0.66 0.64 0.14
HSL 357.93º 0.67% 0.57% -
HSV(B) 357.93º 0.66% 0.86% -
XYZ 33.07 20.52 9.62 -
YUV 117.93 106.04 200.09 -
System Red Green Blue C M Y K H S L
Decimal 219 74 79 0 0.66 0.64 0.14 357.93 0.67 0.57
Hex DB 4A 4F 0 42 40 E 166 43 39
Octal 333 112 117 0 102 100 16 546 103 71
Binary 11011011 1001010 1001111 0 1000010 1000000 1110 101100110 1000011 111001

Color Harmonies of #DB4A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4A4F

Black with #DB4A4F

Text Example


Text Example

White with #DB4A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4A4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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