Html Css Color HEX #DB475B Mandy

📋 copy color: '#DB475B'

red 219 ◦ green 71 ◦ blue 91

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

Shades of Mandy #DB475B

Tints of Mandy #DB475B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.88%

R = 57.48%
G = 18.64%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB475B (or 0xDB475B) is known color: Mandy. HEX triplet: DB, 47 and 5B. RGB value is (219,71,91). Sum of RGB (Red+Green+Blue) = 219+71+91=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB475B is #24B8A4. Grayscale: #757575. Windows color (decimal): -2406565 or 5982171. OLE color: 5982171.

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

Color convert

RGB 219 71 91 -
CMYK 0 0.68 0.58 0.14
HSL 351.89º 0.67% 0.57% -
HSV(B) 351.89º 0.68% 0.86% -
XYZ 33.35 20.32 12.06 -
YUV 117.53 113.03 200.37 -
System Red Green Blue C M Y K H S L
Decimal 219 71 91 0 0.68 0.58 0.14 351.89 0.67 0.57
Hex DB 47 5B 0 44 3A E 160 43 39
Octal 333 107 133 0 104 72 16 540 103 71
Binary 11011011 1000111 1011011 0 1000100 111010 1110 101100000 1000011 111001

Color Harmonies of #DB475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB475B

Black with #DB475B

Text Example


Text Example

White with #DB475B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB475B; }

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

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

background-color css

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

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

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

border-color css

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

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

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