Html Css Color HEX #D74F61 Mandy

📋 copy color: '#D74F61'

red 215 ◦ green 79 ◦ blue 97

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

Shades of Mandy #D74F61

Tints of Mandy #D74F61

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.2%

 BLUE value IS 97 (38.28% from 255) = 24.81%

R = 54.99%
G = 20.2%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D74F61 (or 0xD74F61) is known color: Mandy. HEX triplet: D7, 4F and 61. RGB value is (215,79,97). Sum of RGB (Red+Green+Blue) = 215+79+97=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74F61 is #28B09E. Grayscale: #797979. Windows color (decimal): -2666655 or 6377431. OLE color: 6377431.

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

Color convert

RGB 215 79 97 -
CMYK 0 0.63 0.55 0.16
HSL 352.06º 0.63% 0.58% -
HSV(B) 352.06º 0.63% 0.84% -
XYZ 32.98 20.9 13.61 -
YUV 121.72 114.06 194.54 -
System Red Green Blue C M Y K H S L
Decimal 215 79 97 0 0.63 0.55 0.16 352.06 0.63 0.58
Hex D7 4F 61 0 3F 37 10 160 3F 3A
Octal 327 117 141 0 77 67 20 540 77 72
Binary 11010111 1001111 1100001 0 111111 110111 10000 101100000 111111 111010

Color Harmonies of #D74F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74F61

Black with #D74F61

Text Example


Text Example

White with #D74F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74F61; }

 p { color: rgb(215,79,97); }

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

background-color css

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

 a { background-color: rgb(215,79,97); }

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

border-color css

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

 span { border-color: rgb(215,79,97); }

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