Html Css Color HEX #D94C52 Mandy

📋 copy color: '#D94C52'

red 217 ◦ green 76 ◦ blue 82

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

Shades of Mandy #D94C52

Tints of Mandy #D94C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.87%

R = 57.87%
G = 20.27%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D94C52 (or 0xD94C52) is known color: Mandy. HEX triplet: D9, 4C and 52. RGB value is (217,76,82). Sum of RGB (Red+Green+Blue) = 217+76+82=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C52 is #26B3AD. Grayscale: #767676. Windows color (decimal): -2536366 or 5393625. OLE color: 5393625.

HSL color Cylindrical-coordinate representation of color #D94C52: hue angle of 357.45º 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 #D94C52 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 76 82 -
CMYK 0 0.65 0.62 0.15
HSL 357.45º 0.65% 0.57% -
HSV(B) 357.45º 0.65% 0.85% -
XYZ 32.72 20.53 10.22 -
YUV 118.84 107.21 198.01 -
System Red Green Blue C M Y K H S L
Decimal 217 76 82 0 0.65 0.62 0.15 357.45 0.65 0.57
Hex D9 4C 52 0 41 3E F 165 41 39
Octal 331 114 122 0 101 76 17 545 101 71
Binary 11011001 1001100 1010010 0 1000001 111110 1111 101100101 1000001 111001

Color Harmonies of #D94C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C52

Black with #D94C52

Text Example


Text Example

White with #D94C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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