Html Css Color HEX #D74E50 Mandy

📋 copy color: '#D74E50'

red 215 ◦ green 78 ◦ blue 80

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

Shades of Mandy #D74E50

Tints of Mandy #D74E50

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.91%

 BLUE value IS 80 (31.64% from 255) = 21.45%

R = 57.64%
G = 20.91%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D74E50 (or 0xD74E50) is known color: Mandy. HEX triplet: D7, 4E and 50. RGB value is (215,78,80). Sum of RGB (Red+Green+Blue) = 215+78+80=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74E50 is #28B1AF. Grayscale: #777777. Windows color (decimal): -2666928 or 5263063. OLE color: 5263063.

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

Color convert

RGB 215 78 80 -
CMYK 0 0.64 0.63 0.16
HSL 359.12º 0.63% 0.57% -
HSV(B) 359.12º 0.64% 0.84% -
XYZ 32.2 20.48 9.84 -
YUV 119.19 105.89 196.34 -
System Red Green Blue C M Y K H S L
Decimal 215 78 80 0 0.64 0.63 0.16 359.12 0.63 0.57
Hex D7 4E 50 0 40 3F 10 167 3F 39
Octal 327 116 120 0 100 77 20 547 77 71
Binary 11010111 1001110 1010000 0 1000000 111111 10000 101100111 111111 111001

Color Harmonies of #D74E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74E50

Black with #D74E50

Text Example


Text Example

White with #D74E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74E50; }

 p { color: rgb(215,78,80); }

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

background-color css

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

 a { background-color: rgb(215,78,80); }

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

border-color css

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

 span { border-color: rgb(215,78,80); }

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