Html Css Color HEX #DB474C Mandy

📋 copy color: '#DB474C'

red 219 ◦ green 71 ◦ blue 76

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

Shades of Mandy #DB474C

Tints of Mandy #DB474C

RGB

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

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

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

R = 59.84%
G = 19.4%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB474C (or 0xDB474C) is known color: Mandy. HEX triplet: DB, 47 and 4C. RGB value is (219,71,76). Sum of RGB (Red+Green+Blue) = 219+71+76=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB474C is #24B8B3. Grayscale: #737373. Windows color (decimal): -2406580 or 4999131. OLE color: 4999131.

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

Color convert

RGB 219 71 76 -
CMYK 0 0.68 0.65 0.14
HSL 357.97º 0.67% 0.57% -
HSV(B) 357.97º 0.68% 0.86% -
XYZ 32.77 20.09 8.99 -
YUV 115.82 105.53 201.59 -
System Red Green Blue C M Y K H S L
Decimal 219 71 76 0 0.68 0.65 0.14 357.97 0.67 0.57
Hex DB 47 4C 0 44 41 E 166 43 39
Octal 333 107 114 0 104 101 16 546 103 71
Binary 11011011 1000111 1001100 0 1000100 1000001 1110 101100110 1000011 111001

Color Harmonies of #DB474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB474C

Black with #DB474C

Text Example


Text Example

White with #DB474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB474C; }

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

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

background-color css

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

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

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

border-color css

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

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

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