Html Css Color HEX #D74760 Mandy

📋 copy color: '#D74760'

red 215 ◦ green 71 ◦ blue 96

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

Shades of Mandy #D74760

Tints of Mandy #D74760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.59%

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

R = 56.28%
G = 18.59%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D74760 (or 0xD74760) is known color: Mandy. HEX triplet: D7, 47 and 60. RGB value is (215,71,96). Sum of RGB (Red+Green+Blue) = 215+71+96=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D74760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74760 is #28B89F. Grayscale: #747474. Windows color (decimal): -2668704 or 6309847. OLE color: 6309847.

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

Color convert

RGB 215 71 96 -
CMYK 0 0.67 0.55 0.16
HSL 349.58º 0.64% 0.56% -
HSV(B) 349.58º 0.67% 0.84% -
XYZ 32.39 19.8 13.18 -
YUV 116.91 116.21 197.97 -
System Red Green Blue C M Y K H S L
Decimal 215 71 96 0 0.67 0.55 0.16 349.58 0.64 0.56
Hex D7 47 60 0 43 37 10 15E 40 38
Octal 327 107 140 0 103 67 20 536 100 70
Binary 11010111 1000111 1100000 0 1000011 110111 10000 101011110 1000000 111000

Color Harmonies of #D74760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74760

Black with #D74760

Text Example


Text Example

White with #D74760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74760; }

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

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

background-color css

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

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

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

border-color css

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

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

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