Html Css Color HEX #DF5055 Mandy

📋 copy color: '#DF5055'

red 223 ◦ green 80 ◦ blue 85

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

Shades of Mandy #DF5055

Tints of Mandy #DF5055

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.62%

 BLUE value IS 85 (33.59% from 255) = 21.91%

R = 57.47%
G = 20.62%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF5055 (or 0xDF5055) is known color: Mandy. HEX triplet: DF, 50 and 55. RGB value is (223,80,85). Sum of RGB (Red+Green+Blue) = 223+80+85=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5055 is #20AFAA. Grayscale: #7B7B7B. Windows color (decimal): -2142123 or 5591263. OLE color: 5591263.

HSL color Cylindrical-coordinate representation of color #DF5055: hue angle of 357.9º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5055 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 80 85 -
CMYK 0 0.64 0.62 0.13
HSL 357.9º 0.69% 0.59% -
HSV(B) 357.9º 0.64% 0.87% -
XYZ 34.94 22.08 11.01 -
YUV 123.33 106.38 199.09 -
System Red Green Blue C M Y K H S L
Decimal 223 80 85 0 0.64 0.62 0.13 357.9 0.69 0.59
Hex DF 50 55 0 40 3E D 166 45 3B
Octal 337 120 125 0 100 76 15 546 105 73
Binary 11011111 1010000 1010101 0 1000000 111110 1101 101100110 1000101 111011

Color Harmonies of #DF5055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5055

Black with #DF5055

Text Example


Text Example

White with #DF5055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5055; }

 p { color: rgb(223,80,85); }

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

background-color css

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

 a { background-color: rgb(223,80,85); }

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

border-color css

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

 span { border-color: rgb(223,80,85); }

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