Html Css Color HEX #D94D5D Mandy

📋 copy color: '#D94D5D'

red 217 ◦ green 77 ◦ blue 93

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

Shades of Mandy #D94D5D

Tints of Mandy #D94D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.03%

R = 56.07%
G = 19.9%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D94D5D (or 0xD94D5D) is known color: Mandy. HEX triplet: D9, 4D and 5D. RGB value is (217,77,93). Sum of RGB (Red+Green+Blue) = 217+77+93=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94D5D is #26B2A2. Grayscale: #787878. Windows color (decimal): -2536099 or 6114777. OLE color: 6114777.

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

Color convert

RGB 217 77 93 -
CMYK 0 0.65 0.57 0.15
HSL 353.14º 0.65% 0.58% -
HSV(B) 353.14º 0.65% 0.85% -
XYZ 33.24 20.85 12.63 -
YUV 120.68 112.38 196.7 -
System Red Green Blue C M Y K H S L
Decimal 217 77 93 0 0.65 0.57 0.15 353.14 0.65 0.58
Hex D9 4D 5D 0 41 39 F 161 41 3A
Octal 331 115 135 0 101 71 17 541 101 72
Binary 11011001 1001101 1011101 0 1000001 111001 1111 101100001 1000001 111010

Color Harmonies of #D94D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94D5D

Black with #D94D5D

Text Example


Text Example

White with #D94D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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