Html Css Color HEX #DB474F Mandy

📋 copy color: '#DB474F'

red 219 ◦ green 71 ◦ blue 79

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

Shades of Mandy #DB474F

Tints of Mandy #DB474F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.24%

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

R = 59.35%
G = 19.24%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB474F (or 0xDB474F) is known color: Mandy. HEX triplet: DB, 47 and 4F. RGB value is (219,71,79). Sum of RGB (Red+Green+Blue) = 219+71+79=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB474F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB474F is #24B8B0. Grayscale: #747474. Windows color (decimal): -2406577 or 5195739. OLE color: 5195739.

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

Color convert

RGB 219 71 79 -
CMYK 0 0.68 0.64 0.14
HSL 356.76º 0.67% 0.57% -
HSV(B) 356.76º 0.68% 0.86% -
XYZ 32.88 20.13 9.55 -
YUV 116.16 107.03 201.35 -
System Red Green Blue C M Y K H S L
Decimal 219 71 79 0 0.68 0.64 0.14 356.76 0.67 0.57
Hex DB 47 4F 0 44 40 E 165 43 39
Octal 333 107 117 0 104 100 16 545 103 71
Binary 11011011 1000111 1001111 0 1000100 1000000 1110 101100101 1000011 111001

Color Harmonies of #DB474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB474F

Black with #DB474F

Text Example


Text Example

White with #DB474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB474F; }

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

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

background-color css

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

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

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

border-color css

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

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

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