Html Css Color HEX #DE515A Mandy

📋 copy color: '#DE515A'

red 222 ◦ green 81 ◦ blue 90

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

Shades of Mandy #DE515A

Tints of Mandy #DE515A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.9%

R = 56.49%
G = 20.61%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE515A (or 0xDE515A) is known color: Mandy. HEX triplet: DE, 51 and 5A. RGB value is (222,81,90). Sum of RGB (Red+Green+Blue) = 222+81+90=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE515A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE515A is #21AEA5. Grayscale: #7C7C7C. Windows color (decimal): -2207398 or 5919198. OLE color: 5919198.

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

Color convert

RGB 222 81 90 -
CMYK 0 0.64 0.59 0.13
HSL 356.17º 0.68% 0.59% -
HSV(B) 356.17º 0.64% 0.87% -
XYZ 34.91 22.15 12.11 -
YUV 124.19 108.71 197.77 -
System Red Green Blue C M Y K H S L
Decimal 222 81 90 0 0.64 0.59 0.13 356.17 0.68 0.59
Hex DE 51 5A 0 40 3B D 164 44 3B
Octal 336 121 132 0 100 73 15 544 104 73
Binary 11011110 1010001 1011010 0 1000000 111011 1101 101100100 1000100 111011

Color Harmonies of #DE515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE515A

Black with #DE515A

Text Example


Text Example

White with #DE515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE515A; }

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

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

background-color css

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

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

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

border-color css

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

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

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