Html Css Color HEX #D94C60 Mandy

📋 copy color: '#D94C60'

red 217 ◦ green 76 ◦ blue 96

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

Shades of Mandy #D94C60

Tints of Mandy #D94C60

RGB

 RED value IS 217 (85.16% from 255) = 55.78%

 GREEN value IS 76 (30.08% from 255) = 19.54%

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

R = 55.78%
G = 19.54%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D94C60 (or 0xD94C60) is known color: Mandy. HEX triplet: D9, 4C and 60. RGB value is (217,76,96). Sum of RGB (Red+Green+Blue) = 217+76+96=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C60 is #26B39F. Grayscale: #787878. Windows color (decimal): -2536352 or 6311129. OLE color: 6311129.

HSL color Cylindrical-coordinate representation of color #D94C60: hue angle of 351.49º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94C60 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 76 96 -
CMYK 0 0.65 0.56 0.15
HSL 351.49º 0.65% 0.57% -
HSV(B) 351.49º 0.65% 0.85% -
XYZ 33.31 20.77 13.32 -
YUV 120.44 114.21 196.87 -
System Red Green Blue C M Y K H S L
Decimal 217 76 96 0 0.65 0.56 0.15 351.49 0.65 0.57
Hex D9 4C 60 0 41 38 F 15F 41 39
Octal 331 114 140 0 101 70 17 537 101 71
Binary 11011001 1001100 1100000 0 1000001 111000 1111 101011111 1000001 111001

Color Harmonies of #D94C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C60

Black with #D94C60

Text Example


Text Example

White with #D94C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C60; }

 p { color: rgb(217,76,96); }

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

background-color css

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

 a { background-color: rgb(217,76,96); }

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

border-color css

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

 span { border-color: rgb(217,76,96); }

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