Html Css Color HEX #D74A4D Mandy

📋 copy color: '#D74A4D'

red 215 ◦ green 74 ◦ blue 77

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

Shades of Mandy #D74A4D

Tints of Mandy #D74A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.04%

R = 58.74%
G = 20.22%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D74A4D (or 0xD74A4D) is known color: Mandy. HEX triplet: D7, 4A and 4D. RGB value is (215,74,77). Sum of RGB (Red+Green+Blue) = 215+74+77=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74A4D is #28B5B2. Grayscale: #747474. Windows color (decimal): -2667955 or 5065431. OLE color: 5065431.

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

Color convert

RGB 215 74 77 -
CMYK 0 0.66 0.64 0.16
HSL 358.72º 0.64% 0.57% -
HSV(B) 358.72º 0.66% 0.84% -
XYZ 31.81 19.88 9.18 -
YUV 116.5 105.71 198.26 -
System Red Green Blue C M Y K H S L
Decimal 215 74 77 0 0.66 0.64 0.16 358.72 0.64 0.57
Hex D7 4A 4D 0 42 40 10 167 40 39
Octal 327 112 115 0 102 100 20 547 100 71
Binary 11010111 1001010 1001101 0 1000010 1000000 10000 101100111 1000000 111001

Color Harmonies of #D74A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A4D

Black with #D74A4D

Text Example


Text Example

White with #D74A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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