Html Css Color HEX #DF475D Mandy

📋 copy color: '#DF475D'

red 223 ◦ green 71 ◦ blue 93

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

Shades of Mandy #DF475D

Tints of Mandy #DF475D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.03%

R = 57.62%
G = 18.35%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF475D (or 0xDF475D) is known color: Mandy. HEX triplet: DF, 47 and 5D. RGB value is (223,71,93). Sum of RGB (Red+Green+Blue) = 223+71+93=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF475D is #20B8A2. Grayscale: #777777. Windows color (decimal): -2144419 or 6113247. OLE color: 6113247.

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

Color convert

RGB 223 71 93 -
CMYK 0 0.68 0.58 0.13
HSL 351.32º 0.7% 0.58% -
HSV(B) 351.32º 0.68% 0.87% -
XYZ 34.66 20.98 12.58 -
YUV 118.96 113.36 202.21 -
System Red Green Blue C M Y K H S L
Decimal 223 71 93 0 0.68 0.58 0.13 351.32 0.7 0.58
Hex DF 47 5D 0 44 3A D 15F 46 3A
Octal 337 107 135 0 104 72 15 537 106 72
Binary 11011111 1000111 1011101 0 1000100 111010 1101 101011111 1000110 111010

Color Harmonies of #DF475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF475D

Black with #DF475D

Text Example


Text Example

White with #DF475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF475D; }

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

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

background-color css

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

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

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

border-color css

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

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

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