Html Css Color HEX #D75A62 Mandy

📋 copy color: '#D75A62'

red 215 ◦ green 90 ◦ blue 98

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

Shades of Mandy #D75A62

Tints of Mandy #D75A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.32%

R = 53.35%
G = 22.33%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D75A62 (or 0xD75A62) is known color: Mandy. HEX triplet: D7, 5A and 62. RGB value is (215,90,98). Sum of RGB (Red+Green+Blue) = 215+90+98=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75A62 is #28A59D. Grayscale: #808080. Windows color (decimal): -2663838 or 6445783. OLE color: 6445783.

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

Color convert

RGB 215 90 98 -
CMYK 0 0.58 0.54 0.16
HSL 356.16º 0.61% 0.6% -
HSV(B) 356.16º 0.58% 0.84% -
XYZ 33.89 22.64 14.14 -
YUV 128.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 215 90 98 0 0.58 0.54 0.16 356.16 0.61 0.6
Hex D7 5A 62 0 3A 36 10 164 3D 3C
Octal 327 132 142 0 72 66 20 544 75 74
Binary 11010111 1011010 1100010 0 111010 110110 10000 101100100 111101 111100

Color Harmonies of #D75A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A62

Black with #D75A62

Text Example


Text Example

White with #D75A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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