Html Css Color HEX #DF474D Mandy

📋 copy color: '#DF474D'

red 223 ◦ green 71 ◦ blue 77

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

Shades of Mandy #DF474D

Tints of Mandy #DF474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.75%

R = 60.11%
G = 19.14%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF474D (or 0xDF474D) is known color: Mandy. HEX triplet: DF, 47 and 4D. RGB value is (223,71,77). Sum of RGB (Red+Green+Blue) = 223+71+77=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF474D is #20B8B2. Grayscale: #757575. Windows color (decimal): -2144435 or 5064671. OLE color: 5064671.

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

Color convert

RGB 223 71 77 -
CMYK 0 0.68 0.65 0.13
HSL 357.63º 0.7% 0.58% -
HSV(B) 357.63º 0.68% 0.87% -
XYZ 34.02 20.73 9.23 -
YUV 117.13 105.36 203.51 -
System Red Green Blue C M Y K H S L
Decimal 223 71 77 0 0.68 0.65 0.13 357.63 0.7 0.58
Hex DF 47 4D 0 44 41 D 166 46 3A
Octal 337 107 115 0 104 101 15 546 106 72
Binary 11011111 1000111 1001101 0 1000100 1000001 1101 101100110 1000110 111010

Color Harmonies of #DF474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF474D

Black with #DF474D

Text Example


Text Example

White with #DF474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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