Html Css Color HEX #DF494B Mandy

📋 copy color: '#DF494B'

red 223 ◦ green 73 ◦ blue 75

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

Shades of Mandy #DF494B

Tints of Mandy #DF494B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.68%

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

R = 60.11%
G = 19.68%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF494B (or 0xDF494B) is known color: Mandy. HEX triplet: DF, 49 and 4B. RGB value is (223,73,75). Sum of RGB (Red+Green+Blue) = 223+73+75=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF494B is #20B6B4. Grayscale: #767676. Windows color (decimal): -2143925 or 4934111. OLE color: 4934111.

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

Color convert

RGB 223 73 75 -
CMYK 0 0.67 0.66 0.13
HSL 359.2º 0.7% 0.58% -
HSV(B) 359.2º 0.67% 0.87% -
XYZ 34.08 20.96 8.91 -
YUV 118.08 103.7 202.84 -
System Red Green Blue C M Y K H S L
Decimal 223 73 75 0 0.67 0.66 0.13 359.2 0.7 0.58
Hex DF 49 4B 0 43 42 D 167 46 3A
Octal 337 111 113 0 103 102 15 547 106 72
Binary 11011111 1001001 1001011 0 1000011 1000010 1101 101100111 1000110 111010

Color Harmonies of #DF494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF494B

Black with #DF494B

Text Example


Text Example

White with #DF494B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF494B; }

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

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

background-color css

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

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

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

border-color css

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

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

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