Html Css Color HEX #D5535A Mandy

📋 copy color: '#D5535A'

red 213 ◦ green 83 ◦ blue 90

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

Shades of Mandy #D5535A

Tints of Mandy #D5535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.5%

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

R = 55.18%
G = 21.5%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5535A (or 0xD5535A) is known color: Mandy. HEX triplet: D5, 53 and 5A. RGB value is (213,83,90). Sum of RGB (Red+Green+Blue) = 213+83+90=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D5535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5535A is #2AACA5. Grayscale: #7A7A7A. Windows color (decimal): -2796710 or 5919701. OLE color: 5919701.

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

Color convert

RGB 213 83 90 -
CMYK 0 0.61 0.58 0.16
HSL 356.77º 0.61% 0.58% -
HSV(B) 356.77º 0.61% 0.84% -
XYZ 32.38 21.07 12.03 -
YUV 122.67 109.57 192.43 -
System Red Green Blue C M Y K H S L
Decimal 213 83 90 0 0.61 0.58 0.16 356.77 0.61 0.58
Hex D5 53 5A 0 3D 3A 10 165 3D 3A
Octal 325 123 132 0 75 72 20 545 75 72
Binary 11010101 1010011 1011010 0 111101 111010 10000 101100101 111101 111010

Color Harmonies of #D5535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5535A

Black with #D5535A

Text Example


Text Example

White with #D5535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5535A; }

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

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

background-color css

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

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

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

border-color css

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

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

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