Html Css Color HEX #D94A4E Mandy

📋 copy color: '#D94A4E'

red 217 ◦ green 74 ◦ blue 78

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

Shades of Mandy #D94A4E

Tints of Mandy #D94A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.14%

R = 58.81%
G = 20.05%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D94A4E (or 0xD94A4E) is known color: Mandy. HEX triplet: D9, 4A and 4E. RGB value is (217,74,78). Sum of RGB (Red+Green+Blue) = 217+74+78=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94A4E is #26B5B1. Grayscale: #757575. Windows color (decimal): -2536882 or 5130969. OLE color: 5130969.

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

Color convert

RGB 217 74 78 -
CMYK 0 0.66 0.64 0.15
HSL 358.32º 0.65% 0.57% -
HSV(B) 358.32º 0.66% 0.85% -
XYZ 32.44 20.2 9.4 -
YUV 117.21 105.88 199.17 -
System Red Green Blue C M Y K H S L
Decimal 217 74 78 0 0.66 0.64 0.15 358.32 0.65 0.57
Hex D9 4A 4E 0 42 40 F 166 41 39
Octal 331 112 116 0 102 100 17 546 101 71
Binary 11011001 1001010 1001110 0 1000010 1000000 1111 101100110 1000001 111001

Color Harmonies of #D94A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94A4E

Black with #D94A4E

Text Example


Text Example

White with #D94A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94A4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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