Html Css Color HEX #D74750 Mandy

📋 copy color: '#D74750'

red 215 ◦ green 71 ◦ blue 80

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

Shades of Mandy #D74750

Tints of Mandy #D74750

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.4%

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

R = 58.74%
G = 19.4%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D74750 (or 0xD74750) is known color: Mandy. HEX triplet: D7, 47 and 50. RGB value is (215,71,80). Sum of RGB (Red+Green+Blue) = 215+71+80=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D74750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74750 is #28B8AF. Grayscale: #737373. Windows color (decimal): -2668720 or 5261271. OLE color: 5261271.

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

Color convert

RGB 215 71 80 -
CMYK 0 0.67 0.63 0.16
HSL 356.25º 0.64% 0.56% -
HSV(B) 356.25º 0.67% 0.84% -
XYZ 31.73 19.53 9.69 -
YUV 115.08 108.21 199.27 -
System Red Green Blue C M Y K H S L
Decimal 215 71 80 0 0.67 0.63 0.16 356.25 0.64 0.56
Hex D7 47 50 0 43 3F 10 164 40 38
Octal 327 107 120 0 103 77 20 544 100 70
Binary 11010111 1000111 1010000 0 1000011 111111 10000 101100100 1000000 111000

Color Harmonies of #D74750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74750

Black with #D74750

Text Example


Text Example

White with #D74750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74750; }

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

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

background-color css

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

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

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

border-color css

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

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

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