Html Css Color HEX #DB475C Mandy

📋 copy color: '#DB475C'

red 219 ◦ green 71 ◦ blue 92

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

Shades of Mandy #DB475C

Tints of Mandy #DB475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.08%

R = 57.33%
G = 18.59%
B = 24.08%

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

#DB475C (or 0xDB475C) is known color: Mandy. HEX triplet: DB, 47 and 5C. RGB value is (219,71,92). Sum of RGB (Red+Green+Blue) = 219+71+92=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB475C is #24B8A3. Grayscale: #757575. Windows color (decimal): -2406564 or 6047707. OLE color: 6047707.

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

Color convert

RGB 219 71 92 -
CMYK 0 0.68 0.58 0.14
HSL 351.49º 0.67% 0.57% -
HSV(B) 351.49º 0.68% 0.86% -
XYZ 33.4 20.34 12.29 -
YUV 117.65 113.53 200.29 -
System Red Green Blue C M Y K H S L
Decimal 219 71 92 0 0.68 0.58 0.14 351.49 0.67 0.57
Hex DB 47 5C 0 44 3A E 15F 43 39
Octal 333 107 134 0 104 72 16 537 103 71
Binary 11011011 1000111 1011100 0 1000100 111010 1110 101011111 1000011 111001

Color Harmonies of #DB475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB475C

Black with #DB475C

Text Example


Text Example

White with #DB475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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