Html Css Color HEX #DF475B Mandy

📋 copy color: '#DF475B'

red 223 ◦ green 71 ◦ blue 91

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

Shades of Mandy #DF475B

Tints of Mandy #DF475B

RGB

 RED value IS 223 (87.5% from 255) = 57.92%

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

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

R = 57.92%
G = 18.44%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF475B (or 0xDF475B) is known color: Mandy. HEX triplet: DF, 47 and 5B. RGB value is (223,71,91). Sum of RGB (Red+Green+Blue) = 223+71+91=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF475B is #20B8A4. Grayscale: #767676. Windows color (decimal): -2144421 or 5982175. OLE color: 5982175.

HSL color Cylindrical-coordinate representation of color #DF475B: hue angle of 352.11º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF475B is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 71 91 -
CMYK 0 0.68 0.59 0.13
HSL 352.11º 0.7% 0.58% -
HSV(B) 352.11º 0.68% 0.87% -
XYZ 34.57 20.95 12.12 -
YUV 118.73 112.36 202.37 -
System Red Green Blue C M Y K H S L
Decimal 223 71 91 0 0.68 0.59 0.13 352.11 0.7 0.58
Hex DF 47 5B 0 44 3B D 160 46 3A
Octal 337 107 133 0 104 73 15 540 106 72
Binary 11011111 1000111 1011011 0 1000100 111011 1101 101100000 1000110 111010

Color Harmonies of #DF475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF475B

Black with #DF475B

Text Example


Text Example

White with #DF475B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF475B; }

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

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

background-color css

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

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

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

border-color css

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

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

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