Html Css Color HEX #D5575A Mandy

📋 copy color: '#D5575A'

red 213 ◦ green 87 ◦ blue 90

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

Shades of Mandy #D5575A

Tints of Mandy #D5575A

RGB

 RED value IS 213 (83.59% from 255) = 54.62%

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

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

R = 54.62%
G = 22.31%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5575A (or 0xD5575A) is known color: Mandy. HEX triplet: D5, 57 and 5A. RGB value is (213,87,90). Sum of RGB (Red+Green+Blue) = 213+87+90=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5575A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5575A is #2AA8A5. Grayscale: #7D7D7D. Windows color (decimal): -2795686 or 5920725. OLE color: 5920725.

HSL color Cylindrical-coordinate representation of color #D5575A: hue angle of 358.57º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5575A is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 87 90 -
CMYK 0 0.59 0.58 0.16
HSL 358.57º 0.6% 0.59% -
HSV(B) 358.57º 0.59% 0.84% -
XYZ 32.69 21.7 12.14 -
YUV 125.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 213 87 90 0 0.59 0.58 0.16 358.57 0.6 0.59
Hex D5 57 5A 0 3B 3A 10 167 3C 3B
Octal 325 127 132 0 73 72 20 547 74 73
Binary 11010101 1010111 1011010 0 111011 111010 10000 101100111 111100 111011

Color Harmonies of #D5575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5575A

Black with #D5575A

Text Example


Text Example

White with #D5575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5575A; }

 p { color: rgb(213,87,90); }

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

background-color css

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

 a { background-color: rgb(213,87,90); }

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

border-color css

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

 span { border-color: rgb(213,87,90); }

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