Html Css Color HEX #D75257 Mandy

📋 copy color: '#D75257'

red 215 ◦ green 82 ◦ blue 87

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

Shades of Mandy #D75257

Tints of Mandy #D75257

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.35%

 BLUE value IS 87 (34.38% from 255) = 22.66%

R = 55.99%
G = 21.35%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D75257 (or 0xD75257) is known color: Mandy. HEX triplet: D7, 52 and 57. RGB value is (215,82,87). Sum of RGB (Red+Green+Blue) = 215+82+87=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D75257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75257 is #28ADA8. Grayscale: #7A7A7A. Windows color (decimal): -2665897 or 5722839. OLE color: 5722839.

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

Color convert

RGB 215 82 87 -
CMYK 0 0.62 0.60 0.16
HSL 357.74º 0.62% 0.58% -
HSV(B) 357.74º 0.62% 0.84% -
XYZ 32.76 21.17 11.38 -
YUV 122.34 108.06 194.09 -
System Red Green Blue C M Y K H S L
Decimal 215 82 87 0 0.62 0.60 0.16 357.74 0.62 0.58
Hex D7 52 57 0 3E 3C 10 166 3E 3A
Octal 327 122 127 0 76 74 20 546 76 72
Binary 11010111 1010010 1010111 0 111110 111100 10000 101100110 111110 111010

Color Harmonies of #D75257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75257

Black with #D75257

Text Example


Text Example

White with #D75257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75257; }

 p { color: rgb(215,82,87); }

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

background-color css

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

 a { background-color: rgb(215,82,87); }

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

border-color css

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

 span { border-color: rgb(215,82,87); }

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