Html Css Color HEX #D74D60 Mandy

📋 copy color: '#D74D60'

red 215 ◦ green 77 ◦ blue 96

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

Shades of Mandy #D74D60

Tints of Mandy #D74D60

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.85%

 BLUE value IS 96 (37.89% from 255) = 24.74%

R = 55.41%
G = 19.85%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D74D60 (or 0xD74D60) is known color: Mandy. HEX triplet: D7, 4D and 60. RGB value is (215,77,96). Sum of RGB (Red+Green+Blue) = 215+77+96=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D60 is #28B29F. Grayscale: #787878. Windows color (decimal): -2667168 or 6311383. OLE color: 6311383.

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

Color convert

RGB 215 77 96 -
CMYK 0 0.64 0.55 0.16
HSL 351.74º 0.63% 0.57% -
HSV(B) 351.74º 0.64% 0.84% -
XYZ 32.79 20.6 13.31 -
YUV 120.43 114.22 195.46 -
System Red Green Blue C M Y K H S L
Decimal 215 77 96 0 0.64 0.55 0.16 351.74 0.63 0.57
Hex D7 4D 60 0 40 37 10 160 3F 39
Octal 327 115 140 0 100 67 20 540 77 71
Binary 11010111 1001101 1100000 0 1000000 110111 10000 101100000 111111 111001

Color Harmonies of #D74D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D60

Black with #D74D60

Text Example


Text Example

White with #D74D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D60; }

 p { color: rgb(215,77,96); }

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

background-color css

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

 a { background-color: rgb(215,77,96); }

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

border-color css

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

 span { border-color: rgb(215,77,96); }

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