Html Css Color HEX #DE525D Mandy

📋 copy color: '#DE525D'

red 222 ◦ green 82 ◦ blue 93

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

Shades of Mandy #DE525D

Tints of Mandy #DE525D

RGB

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

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

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

R = 55.92%
G = 20.65%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE525D (or 0xDE525D) is known color: Mandy. HEX triplet: DE, 52 and 5D. RGB value is (222,82,93). Sum of RGB (Red+Green+Blue) = 222+82+93=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE525D is #21ADA2. Grayscale: #7D7D7D. Windows color (decimal): -2207139 or 6116062. OLE color: 6116062.

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

Color convert

RGB 222 82 93 -
CMYK 0 0.63 0.58 0.13
HSL 355.29º 0.68% 0.6% -
HSV(B) 355.29º 0.63% 0.87% -
XYZ 35.12 22.35 12.82 -
YUV 125.11 109.88 197.11 -
System Red Green Blue C M Y K H S L
Decimal 222 82 93 0 0.63 0.58 0.13 355.29 0.68 0.6
Hex DE 52 5D 0 3F 3A D 163 44 3C
Octal 336 122 135 0 77 72 15 543 104 74
Binary 11011110 1010010 1011101 0 111111 111010 1101 101100011 1000100 111100

Color Harmonies of #DE525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE525D

Black with #DE525D

Text Example


Text Example

White with #DE525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE525D; }

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

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

background-color css

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

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

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

border-color css

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

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

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