Html Css Color HEX #DF484E Mandy

📋 copy color: '#DF484E'

red 223 ◦ green 72 ◦ blue 78

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

Shades of Mandy #DF484E

Tints of Mandy #DF484E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.3%

 BLUE value IS 78 (30.86% from 255) = 20.91%

R = 59.79%
G = 19.3%
B = 20.91%

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

#DF484E (or 0xDF484E) is known color: Mandy. HEX triplet: DF, 48 and 4E. RGB value is (223,72,78). Sum of RGB (Red+Green+Blue) = 223+72+78=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF484E is #20B7B1. Grayscale: #757575. Windows color (decimal): -2144178 or 5130463. OLE color: 5130463.

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

Color convert

RGB 223 72 78 -
CMYK 0 0.68 0.65 0.13
HSL 357.62º 0.7% 0.58% -
HSV(B) 357.62º 0.68% 0.87% -
XYZ 34.12 20.87 9.44 -
YUV 117.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 223 72 78 0 0.68 0.65 0.13 357.62 0.7 0.58
Hex DF 48 4E 0 44 41 D 166 46 3A
Octal 337 110 116 0 104 101 15 546 106 72
Binary 11011111 1001000 1001110 0 1000100 1000001 1101 101100110 1000110 111010

Color Harmonies of #DF484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF484E

Black with #DF484E

Text Example


Text Example

White with #DF484E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF484E; }

 p { color: rgb(223,72,78); }

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

background-color css

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

 a { background-color: rgb(223,72,78); }

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

border-color css

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

 span { border-color: rgb(223,72,78); }

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