Html Css Color HEX #D75A5E Mandy

📋 copy color: '#D75A5E'

red 215 ◦ green 90 ◦ blue 94

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

Shades of Mandy #D75A5E

Tints of Mandy #D75A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.56%

 BLUE value IS 94 (37.11% from 255) = 23.56%

R = 53.88%
G = 22.56%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D75A5E (or 0xD75A5E) is known color: Mandy. HEX triplet: D7, 5A and 5E. RGB value is (215,90,94). Sum of RGB (Red+Green+Blue) = 215+90+94=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75A5E is #28A5A1. Grayscale: #7F7F7F. Windows color (decimal): -2663842 or 6183639. OLE color: 6183639.

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

Color convert

RGB 215 90 94 -
CMYK 0 0.58 0.56 0.16
HSL 358.08º 0.61% 0.6% -
HSV(B) 358.08º 0.58% 0.84% -
XYZ 33.7 22.57 13.17 -
YUV 127.83 108.91 190.17 -
System Red Green Blue C M Y K H S L
Decimal 215 90 94 0 0.58 0.56 0.16 358.08 0.61 0.6
Hex D7 5A 5E 0 3A 38 10 166 3D 3C
Octal 327 132 136 0 72 70 20 546 75 74
Binary 11010111 1011010 1011110 0 111010 111000 10000 101100110 111101 111100

Color Harmonies of #D75A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A5E

Black with #D75A5E

Text Example


Text Example

White with #D75A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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