Html Css Color HEX #DF485D Mandy

📋 copy color: '#DF485D'

red 223 ◦ green 72 ◦ blue 93

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

Shades of Mandy #DF485D

Tints of Mandy #DF485D

RGB

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

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

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

R = 57.47%
G = 18.56%
B = 23.97%

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

#DF485D (or 0xDF485D) is known color: Mandy. HEX triplet: DF, 48 and 5D. RGB value is (223,72,93). Sum of RGB (Red+Green+Blue) = 223+72+93=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF485D is #20B7A2. Grayscale: #777777. Windows color (decimal): -2144163 or 6113503. OLE color: 6113503.

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

Color convert

RGB 223 72 93 -
CMYK 0 0.68 0.58 0.13
HSL 351.66º 0.7% 0.58% -
HSV(B) 351.66º 0.68% 0.87% -
XYZ 34.72 21.11 12.6 -
YUV 119.54 113.03 201.79 -
System Red Green Blue C M Y K H S L
Decimal 223 72 93 0 0.68 0.58 0.13 351.66 0.7 0.58
Hex DF 48 5D 0 44 3A D 160 46 3A
Octal 337 110 135 0 104 72 15 540 106 72
Binary 11011111 1001000 1011101 0 1000100 111010 1101 101100000 1000110 111010

Color Harmonies of #DF485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF485D

Black with #DF485D

Text Example


Text Example

White with #DF485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF485D; }

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

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

background-color css

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

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

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

border-color css

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

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

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