Html Css Color HEX #DF474B Mandy

📋 copy color: '#DF474B'

red 223 ◦ green 71 ◦ blue 75

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

Shades of Mandy #DF474B

Tints of Mandy #DF474B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.33%

R = 60.43%
G = 19.24%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF474B (or 0xDF474B) is known color: Mandy. HEX triplet: DF, 47 and 4B. RGB value is (223,71,75). Sum of RGB (Red+Green+Blue) = 223+71+75=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF474B is #20B8B4. Grayscale: #757575. Windows color (decimal): -2144437 or 4933599. OLE color: 4933599.

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

Color convert

RGB 223 71 75 -
CMYK 0 0.68 0.66 0.13
HSL 358.42º 0.7% 0.58% -
HSV(B) 358.42º 0.68% 0.87% -
XYZ 33.95 20.7 8.86 -
YUV 116.9 104.36 203.67 -
System Red Green Blue C M Y K H S L
Decimal 223 71 75 0 0.68 0.66 0.13 358.42 0.7 0.58
Hex DF 47 4B 0 44 42 D 166 46 3A
Octal 337 107 113 0 104 102 15 546 106 72
Binary 11011111 1000111 1001011 0 1000100 1000010 1101 101100110 1000110 111010

Color Harmonies of #DF474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF474B

Black with #DF474B

Text Example


Text Example

White with #DF474B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF474B; }

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

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

background-color css

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

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

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

border-color css

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

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

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