Html Css Color HEX #D74B56 Mandy

📋 copy color: '#D74B56'

red 215 ◦ green 75 ◦ blue 86

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

Shades of Mandy #D74B56

Tints of Mandy #D74B56

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.95%

 BLUE value IS 86 (33.98% from 255) = 22.87%

R = 57.18%
G = 19.95%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#D74B56 (or 0xD74B56) is known color: Mandy. HEX triplet: D7, 4B and 56. RGB value is (215,75,86). Sum of RGB (Red+Green+Blue) = 215+75+86=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74B56 is #28B4A9. Grayscale: #767676. Windows color (decimal): -2667690 or 5655511. OLE color: 5655511.

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

Color convert

RGB 215 75 86 -
CMYK 0 0.65 0.6 0.16
HSL 355.29º 0.64% 0.57% -
HSV(B) 355.29º 0.65% 0.84% -
XYZ 32.22 20.15 11 -
YUV 118.11 109.88 197.11 -
System Red Green Blue C M Y K H S L
Decimal 215 75 86 0 0.65 0.6 0.16 355.29 0.64 0.57
Hex D7 4B 56 0 41 3C 10 163 40 39
Octal 327 113 126 0 101 74 20 543 100 71
Binary 11010111 1001011 1010110 0 1000001 111100 10000 101100011 1000000 111001

Color Harmonies of #D74B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74B56

Black with #D74B56

Text Example


Text Example

White with #D74B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74B56; }

 p { color: rgb(215,75,86); }

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

background-color css

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

 a { background-color: rgb(215,75,86); }

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

border-color css

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

 span { border-color: rgb(215,75,86); }

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