Html Css Color HEX #D94B57 Mandy

📋 copy color: '#D94B57'

red 217 ◦ green 75 ◦ blue 87

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

Shades of Mandy #D94B57

Tints of Mandy #D94B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.96%

R = 57.26%
G = 19.79%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D94B57 (or 0xD94B57) is known color: Mandy. HEX triplet: D9, 4B and 57. RGB value is (217,75,87). Sum of RGB (Red+Green+Blue) = 217+75+87=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94B57 is #26B4A8. Grayscale: #767676. Windows color (decimal): -2536617 or 5721049. OLE color: 5721049.

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

Color convert

RGB 217 75 87 -
CMYK 0 0.65 0.60 0.15
HSL 354.93º 0.65% 0.57% -
HSV(B) 354.93º 0.65% 0.85% -
XYZ 32.85 20.47 11.24 -
YUV 118.83 110.04 198.02 -
System Red Green Blue C M Y K H S L
Decimal 217 75 87 0 0.65 0.60 0.15 354.93 0.65 0.57
Hex D9 4B 57 0 41 3C F 163 41 39
Octal 331 113 127 0 101 74 17 543 101 71
Binary 11011001 1001011 1010111 0 1000001 111100 1111 101100011 1000001 111001

Color Harmonies of #D94B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94B57

Black with #D94B57

Text Example


Text Example

White with #D94B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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