Html Css Color HEX #D94D52 Mandy

📋 copy color: '#D94D52'

red 217 ◦ green 77 ◦ blue 82

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

Shades of Mandy #D94D52

Tints of Mandy #D94D52

RGB

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

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

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

R = 57.71%
G = 20.48%
B = 21.81%

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

#D94D52 (or 0xD94D52) is known color: Mandy. HEX triplet: D9, 4D and 52. RGB value is (217,77,82). Sum of RGB (Red+Green+Blue) = 217+77+82=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94D52 is #26B2AD. Grayscale: #777777. Windows color (decimal): -2536110 or 5393881. OLE color: 5393881.

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

Color convert

RGB 217 77 82 -
CMYK 0 0.65 0.62 0.15
HSL 357.86º 0.65% 0.58% -
HSV(B) 357.86º 0.65% 0.85% -
XYZ 32.79 20.67 10.24 -
YUV 119.43 106.88 197.59 -
System Red Green Blue C M Y K H S L
Decimal 217 77 82 0 0.65 0.62 0.15 357.86 0.65 0.58
Hex D9 4D 52 0 41 3E F 166 41 3A
Octal 331 115 122 0 101 76 17 546 101 72
Binary 11011001 1001101 1010010 0 1000001 111110 1111 101100110 1000001 111010

Color Harmonies of #D94D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94D52

Black with #D94D52

Text Example


Text Example

White with #D94D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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