Html Css Color HEX #D5535B Mandy

📋 copy color: '#D5535B'

red 213 ◦ green 83 ◦ blue 91

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

Shades of Mandy #D5535B

Tints of Mandy #D5535B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.51%

R = 55.04%
G = 21.45%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5535B (or 0xD5535B) is known color: Mandy. HEX triplet: D5, 53 and 5B. RGB value is (213,83,91). Sum of RGB (Red+Green+Blue) = 213+83+91=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D5535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5535B is #2AACA4. Grayscale: #7A7A7A. Windows color (decimal): -2796709 or 5985237. OLE color: 5985237.

HSL color Cylindrical-coordinate representation of color #D5535B: hue angle of 356.31º 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 #D5535B is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 83 91 -
CMYK 0 0.61 0.57 0.16
HSL 356.31º 0.61% 0.58% -
HSV(B) 356.31º 0.61% 0.84% -
XYZ 32.42 21.09 12.26 -
YUV 122.78 110.07 192.35 -
System Red Green Blue C M Y K H S L
Decimal 213 83 91 0 0.61 0.57 0.16 356.31 0.61 0.58
Hex D5 53 5B 0 3D 39 10 164 3D 3A
Octal 325 123 133 0 75 71 20 544 75 72
Binary 11010101 1010011 1011011 0 111101 111001 10000 101100100 111101 111010

Color Harmonies of #D5535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5535B

Black with #D5535B

Text Example


Text Example

White with #D5535B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5535B; }

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

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

background-color css

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

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

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

border-color css

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

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

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