Html Css Color HEX #D74D58 Mandy

📋 copy color: '#D74D58'

red 215 ◦ green 77 ◦ blue 88

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

Shades of Mandy #D74D58

Tints of Mandy #D74D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.16%

R = 56.58%
G = 20.26%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D74D58 (or 0xD74D58) is known color: Mandy. HEX triplet: D7, 4D and 58. RGB value is (215,77,88). Sum of RGB (Red+Green+Blue) = 215+77+88=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D58 is #28B2A7. Grayscale: #777777. Windows color (decimal): -2667176 or 5787095. OLE color: 5787095.

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

Color convert

RGB 215 77 88 -
CMYK 0 0.64 0.59 0.16
HSL 355.22º 0.63% 0.57% -
HSV(B) 355.22º 0.64% 0.84% -
XYZ 32.44 20.46 11.47 -
YUV 119.52 110.22 196.11 -
System Red Green Blue C M Y K H S L
Decimal 215 77 88 0 0.64 0.59 0.16 355.22 0.63 0.57
Hex D7 4D 58 0 40 3B 10 163 3F 39
Octal 327 115 130 0 100 73 20 543 77 71
Binary 11010111 1001101 1011000 0 1000000 111011 10000 101100011 111111 111001

Color Harmonies of #D74D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D58

Black with #D74D58

Text Example


Text Example

White with #D74D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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