Html Css Color HEX #DE575C Mandy

📋 copy color: '#DE575C'

red 222 ◦ green 87 ◦ blue 92

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

Shades of Mandy #DE575C

Tints of Mandy #DE575C

RGB

 RED value IS 222 (87.11% from 255) = 55.36%

 GREEN value IS 87 (34.38% from 255) = 21.7%

 BLUE value IS 92 (36.33% from 255) = 22.94%

R = 55.36%
G = 21.7%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE575C (or 0xDE575C) is known color: Mandy. HEX triplet: DE, 57 and 5C. RGB value is (222,87,92). Sum of RGB (Red+Green+Blue) = 222+87+92=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE575C is #21A8A3. Grayscale: #808080. Windows color (decimal): -2205860 or 6051806. OLE color: 6051806.

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

Color convert

RGB 222 87 92 -
CMYK 0 0.61 0.59 0.13
HSL 357.78º 0.67% 0.61% -
HSV(B) 357.78º 0.61% 0.87% -
XYZ 35.46 23.12 12.72 -
YUV 127.94 107.73 195.09 -
System Red Green Blue C M Y K H S L
Decimal 222 87 92 0 0.61 0.59 0.13 357.78 0.67 0.61
Hex DE 57 5C 0 3D 3B D 166 43 3D
Octal 336 127 134 0 75 73 15 546 103 75
Binary 11011110 1010111 1011100 0 111101 111011 1101 101100110 1000011 111101

Color Harmonies of #DE575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE575C

Black with #DE575C

Text Example


Text Example

White with #DE575C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE575C; }

 p { color: rgb(222,87,92); }

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

background-color css

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

 a { background-color: rgb(222,87,92); }

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

border-color css

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

 span { border-color: rgb(222,87,92); }

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