Html Css Color HEX #D74D50 Mandy

📋 copy color: '#D74D50'

red 215 ◦ green 77 ◦ blue 80

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

Shades of Mandy #D74D50

Tints of Mandy #D74D50

RGB

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

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

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

R = 57.8%
G = 20.7%
B = 21.51%

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

#D74D50 (or 0xD74D50) is known color: Mandy. HEX triplet: D7, 4D and 50. RGB value is (215,77,80). Sum of RGB (Red+Green+Blue) = 215+77+80=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D50 is #28B2AF. Grayscale: #767676. Windows color (decimal): -2667184 or 5262807. OLE color: 5262807.

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

Color convert

RGB 215 77 80 -
CMYK 0 0.64 0.63 0.16
HSL 358.7º 0.63% 0.57% -
HSV(B) 358.7º 0.64% 0.84% -
XYZ 32.13 20.33 9.82 -
YUV 118.6 106.22 196.76 -
System Red Green Blue C M Y K H S L
Decimal 215 77 80 0 0.64 0.63 0.16 358.7 0.63 0.57
Hex D7 4D 50 0 40 3F 10 167 3F 39
Octal 327 115 120 0 100 77 20 547 77 71
Binary 11010111 1001101 1010000 0 1000000 111111 10000 101100111 111111 111001

Color Harmonies of #D74D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D50

Black with #D74D50

Text Example


Text Example

White with #D74D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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