Html Css Color HEX #D94A50 Mandy

📋 copy color: '#D94A50'

red 217 ◦ green 74 ◦ blue 80

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

Shades of Mandy #D94A50

Tints of Mandy #D94A50

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.95%

 BLUE value IS 80 (31.64% from 255) = 21.56%

R = 58.49%
G = 19.95%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D94A50 (or 0xD94A50) is known color: Mandy. HEX triplet: D9, 4A and 50. RGB value is (217,74,80). Sum of RGB (Red+Green+Blue) = 217+74+80=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94A50 is #26B5AF. Grayscale: #757575. Windows color (decimal): -2536880 or 5262041. OLE color: 5262041.

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

Color convert

RGB 217 74 80 -
CMYK 0 0.66 0.63 0.15
HSL 357.48º 0.65% 0.57% -
HSV(B) 357.48º 0.66% 0.85% -
XYZ 32.51 20.23 9.78 -
YUV 117.44 106.88 199.01 -
System Red Green Blue C M Y K H S L
Decimal 217 74 80 0 0.66 0.63 0.15 357.48 0.65 0.57
Hex D9 4A 50 0 42 3F F 165 41 39
Octal 331 112 120 0 102 77 17 545 101 71
Binary 11011001 1001010 1010000 0 1000010 111111 1111 101100101 1000001 111001

Color Harmonies of #D94A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94A50

Black with #D94A50

Text Example


Text Example

White with #D94A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94A50; }

 p { color: rgb(217,74,80); }

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

background-color css

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

 a { background-color: rgb(217,74,80); }

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

border-color css

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

 span { border-color: rgb(217,74,80); }

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