Html Css Color HEX #D74A5D Mandy

📋 copy color: '#D74A5D'

red 215 ◦ green 74 ◦ blue 93

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

Shades of Mandy #D74A5D

Tints of Mandy #D74A5D

RGB

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

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

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

R = 56.28%
G = 19.37%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D74A5D (or 0xD74A5D) is known color: Mandy. HEX triplet: D7, 4A and 5D. RGB value is (215,74,93). Sum of RGB (Red+Green+Blue) = 215+74+93=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74A5D is #28B5A2. Grayscale: #767676. Windows color (decimal): -2667939 or 6114007. OLE color: 6114007.

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

Color convert

RGB 215 74 93 -
CMYK 0 0.66 0.57 0.16
HSL 351.91º 0.64% 0.57% -
HSV(B) 351.91º 0.66% 0.84% -
XYZ 32.45 20.13 12.53 -
YUV 118.33 113.71 196.96 -
System Red Green Blue C M Y K H S L
Decimal 215 74 93 0 0.66 0.57 0.16 351.91 0.64 0.57
Hex D7 4A 5D 0 42 39 10 160 40 39
Octal 327 112 135 0 102 71 20 540 100 71
Binary 11010111 1001010 1011101 0 1000010 111001 10000 101100000 1000000 111001

Color Harmonies of #D74A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A5D

Black with #D74A5D

Text Example


Text Example

White with #D74A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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