Html Css Color HEX #DE515E Mandy

📋 copy color: '#DE515E'

red 222 ◦ green 81 ◦ blue 94

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

Shades of Mandy #DE515E

Tints of Mandy #DE515E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.4%

 BLUE value IS 94 (37.11% from 255) = 23.68%

R = 55.92%
G = 20.4%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE515E (or 0xDE515E) is known color: Mandy. HEX triplet: DE, 51 and 5E. RGB value is (222,81,94). Sum of RGB (Red+Green+Blue) = 222+81+94=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE515E is #21AEA1. Grayscale: #7C7C7C. Windows color (decimal): -2207394 or 6181342. OLE color: 6181342.

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

Color convert

RGB 222 81 94 -
CMYK 0 0.64 0.58 0.13
HSL 354.47º 0.68% 0.59% -
HSV(B) 354.47º 0.64% 0.87% -
XYZ 35.09 22.22 13.03 -
YUV 124.64 110.71 197.44 -
System Red Green Blue C M Y K H S L
Decimal 222 81 94 0 0.64 0.58 0.13 354.47 0.68 0.59
Hex DE 51 5E 0 40 3A D 162 44 3B
Octal 336 121 136 0 100 72 15 542 104 73
Binary 11011110 1010001 1011110 0 1000000 111010 1101 101100010 1000100 111011

Color Harmonies of #DE515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE515E

Black with #DE515E

Text Example


Text Example

White with #DE515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE515E; }

 p { color: rgb(222,81,94); }

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

background-color css

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

 a { background-color: rgb(222,81,94); }

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

border-color css

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

 span { border-color: rgb(222,81,94); }

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