Html Css Color HEX #D94760 Mandy

📋 copy color: '#D94760'

red 217 ◦ green 71 ◦ blue 96

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

Shades of Mandy #D94760

Tints of Mandy #D94760

RGB

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

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

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

R = 56.51%
G = 18.49%
B = 25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D94760 (or 0xD94760) is known color: Mandy. HEX triplet: D9, 47 and 60. RGB value is (217,71,96). Sum of RGB (Red+Green+Blue) = 217+71+96=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D94760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94760 is #26B89F. Grayscale: #757575. Windows color (decimal): -2537632 or 6309849. OLE color: 6309849.

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

Color convert

RGB 217 71 96 -
CMYK 0 0.67 0.56 0.15
HSL 349.73º 0.66% 0.56% -
HSV(B) 349.73º 0.67% 0.85% -
XYZ 32.98 20.1 13.21 -
YUV 117.5 115.87 198.97 -
System Red Green Blue C M Y K H S L
Decimal 217 71 96 0 0.67 0.56 0.15 349.73 0.66 0.56
Hex D9 47 60 0 43 38 F 15E 42 38
Octal 331 107 140 0 103 70 17 536 102 70
Binary 11011001 1000111 1100000 0 1000011 111000 1111 101011110 1000010 111000

Color Harmonies of #D94760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94760

Black with #D94760

Text Example


Text Example

White with #D94760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94760; }

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

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

background-color css

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

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

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

border-color css

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

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

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