Html Css Color HEX #D75E61 Mandy

📋 copy color: '#D75E61'

red 215 ◦ green 94 ◦ blue 97

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

Shades of Mandy #D75E61

Tints of Mandy #D75E61

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.15%

 BLUE value IS 97 (38.28% from 255) = 23.89%

R = 52.96%
G = 23.15%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D75E61 (or 0xD75E61) is known color: Mandy. HEX triplet: D7, 5E and 61. RGB value is (215,94,97). Sum of RGB (Red+Green+Blue) = 215+94+97=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75E61 is #28A19E. Grayscale: #828282. Windows color (decimal): -2662815 or 6381271. OLE color: 6381271.

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

Color convert

RGB 215 94 97 -
CMYK 0 0.56 0.55 0.16
HSL 358.51º 0.6% 0.61% -
HSV(B) 358.51º 0.56% 0.84% -
XYZ 34.18 23.32 14.01 -
YUV 130.52 109.09 188.26 -
System Red Green Blue C M Y K H S L
Decimal 215 94 97 0 0.56 0.55 0.16 358.51 0.6 0.61
Hex D7 5E 61 0 38 37 10 167 3C 3D
Octal 327 136 141 0 70 67 20 547 74 75
Binary 11010111 1011110 1100001 0 111000 110111 10000 101100111 111100 111101

Color Harmonies of #D75E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75E61

Black with #D75E61

Text Example


Text Example

White with #D75E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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