Html Css Color HEX #D94B50 Mandy

📋 copy color: '#D94B50'

red 217 ◦ green 75 ◦ blue 80

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

Shades of Mandy #D94B50

Tints of Mandy #D94B50

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.16%

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

R = 58.33%
G = 20.16%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D94B50 (or 0xD94B50) is known color: Mandy. HEX triplet: D9, 4B and 50. RGB value is (217,75,80). Sum of RGB (Red+Green+Blue) = 217+75+80=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94B50 is #26B4AF. Grayscale: #767676. Windows color (decimal): -2536624 or 5262297. OLE color: 5262297.

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

Color convert

RGB 217 75 80 -
CMYK 0 0.65 0.63 0.15
HSL 357.89º 0.65% 0.57% -
HSV(B) 357.89º 0.65% 0.85% -
XYZ 32.58 20.36 9.8 -
YUV 118.03 106.54 198.59 -
System Red Green Blue C M Y K H S L
Decimal 217 75 80 0 0.65 0.63 0.15 357.89 0.65 0.57
Hex D9 4B 50 0 41 3F F 166 41 39
Octal 331 113 120 0 101 77 17 546 101 71
Binary 11011001 1001011 1010000 0 1000001 111111 1111 101100110 1000001 111001

Color Harmonies of #D94B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94B50

Black with #D94B50

Text Example


Text Example

White with #D94B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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