Html Css Color HEX #D7535A Mandy

📋 copy color: '#D7535A'

red 215 ◦ green 83 ◦ blue 90

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

Shades of Mandy #D7535A

Tints of Mandy #D7535A

RGB

 RED value IS 215 (84.38% from 255) = 55.41%

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

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

R = 55.41%
G = 21.39%
B = 23.2%

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

#D7535A (or 0xD7535A) is known color: Mandy. HEX triplet: D7, 53 and 5A. RGB value is (215,83,90). Sum of RGB (Red+Green+Blue) = 215+83+90=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D7535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7535A is #28ACA5. Grayscale: #7B7B7B. Windows color (decimal): -2665638 or 5919703. OLE color: 5919703.

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

Color convert

RGB 215 83 90 -
CMYK 0 0.61 0.58 0.16
HSL 356.82º 0.62% 0.58% -
HSV(B) 356.82º 0.61% 0.84% -
XYZ 32.96 21.37 12.06 -
YUV 123.27 109.23 193.43 -
System Red Green Blue C M Y K H S L
Decimal 215 83 90 0 0.61 0.58 0.16 356.82 0.62 0.58
Hex D7 53 5A 0 3D 3A 10 165 3E 3A
Octal 327 123 132 0 75 72 20 545 76 72
Binary 11010111 1010011 1011010 0 111101 111010 10000 101100101 111110 111010

Color Harmonies of #D7535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7535A

Black with #D7535A

Text Example


Text Example

White with #D7535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7535A; }

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

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

background-color css

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

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

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

border-color css

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

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

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