Html Css Color HEX #DE5255 Mandy

📋 copy color: '#DE5255'

red 222 ◦ green 82 ◦ blue 85

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

Shades of Mandy #DE5255

Tints of Mandy #DE5255

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.08%

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

R = 57.07%
G = 21.08%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DE5255 (or 0xDE5255) is known color: Mandy. HEX triplet: DE, 52 and 55. RGB value is (222,82,85). Sum of RGB (Red+Green+Blue) = 222+82+85=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5255 is #21ADAA. Grayscale: #7C7C7C. Windows color (decimal): -2207147 or 5591774. OLE color: 5591774.

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

Color convert

RGB 222 82 85 -
CMYK 0 0.63 0.62 0.13
HSL 358.71º 0.68% 0.6% -
HSV(B) 358.71º 0.63% 0.87% -
XYZ 34.78 22.22 11.05 -
YUV 124.2 105.88 197.76 -
System Red Green Blue C M Y K H S L
Decimal 222 82 85 0 0.63 0.62 0.13 358.71 0.68 0.6
Hex DE 52 55 0 3F 3E D 167 44 3C
Octal 336 122 125 0 77 76 15 547 104 74
Binary 11011110 1010010 1010101 0 111111 111110 1101 101100111 1000100 111100

Color Harmonies of #DE5255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5255

Black with #DE5255

Text Example


Text Example

White with #DE5255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5255; }

 p { color: rgb(222,82,85); }

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

background-color css

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

 a { background-color: rgb(222,82,85); }

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

border-color css

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

 span { border-color: rgb(222,82,85); }

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