Html Css Color HEX #D74A5E Mandy

📋 copy color: '#D74A5E'

red 215 ◦ green 74 ◦ blue 94

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

Shades of Mandy #D74A5E

Tints of Mandy #D74A5E

RGB

 RED value IS 215 (84.38% from 255) = 56.14%

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

 BLUE value IS 94 (37.11% from 255) = 24.54%

R = 56.14%
G = 19.32%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D74A5E (or 0xD74A5E) is known color: Mandy. HEX triplet: D7, 4A and 5E. RGB value is (215,74,94). Sum of RGB (Red+Green+Blue) = 215+74+94=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74A5E is #28B5A1. Grayscale: #767676. Windows color (decimal): -2667938 or 6179543. OLE color: 6179543.

HSL color Cylindrical-coordinate representation of color #D74A5E: hue angle of 351.49º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74A5E is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 74 94 -
CMYK 0 0.66 0.56 0.16
HSL 351.49º 0.64% 0.57% -
HSV(B) 351.49º 0.66% 0.84% -
XYZ 32.49 20.15 12.77 -
YUV 118.44 114.21 196.87 -
System Red Green Blue C M Y K H S L
Decimal 215 74 94 0 0.66 0.56 0.16 351.49 0.64 0.57
Hex D7 4A 5E 0 42 38 10 15F 40 39
Octal 327 112 136 0 102 70 20 537 100 71
Binary 11010111 1001010 1011110 0 1000010 111000 10000 101011111 1000000 111001

Color Harmonies of #D74A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A5E

Black with #D74A5E

Text Example


Text Example

White with #D74A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A5E; }

 p { color: rgb(215,74,94); }

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

background-color css

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

 a { background-color: rgb(215,74,94); }

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

border-color css

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

 span { border-color: rgb(215,74,94); }

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