Html Css Color HEX #D74D5F Mandy

📋 copy color: '#D74D5F'

red 215 ◦ green 77 ◦ blue 95

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

Shades of Mandy #D74D5F

Tints of Mandy #D74D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.55%

R = 55.56%
G = 19.9%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D74D5F (or 0xD74D5F) is known color: Mandy. HEX triplet: D7, 4D and 5F. RGB value is (215,77,95). Sum of RGB (Red+Green+Blue) = 215+77+95=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D5F is #28B2A0. Grayscale: #787878. Windows color (decimal): -2667169 or 6245847. OLE color: 6245847.

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

Color convert

RGB 215 77 95 -
CMYK 0 0.64 0.56 0.16
HSL 352.17º 0.63% 0.57% -
HSV(B) 352.17º 0.64% 0.84% -
XYZ 32.74 20.58 13.07 -
YUV 120.31 113.72 195.54 -
System Red Green Blue C M Y K H S L
Decimal 215 77 95 0 0.64 0.56 0.16 352.17 0.63 0.57
Hex D7 4D 5F 0 40 38 10 160 3F 39
Octal 327 115 137 0 100 70 20 540 77 71
Binary 11010111 1001101 1011111 0 1000000 111000 10000 101100000 111111 111001

Color Harmonies of #D74D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D5F

Black with #D74D5F

Text Example


Text Example

White with #D74D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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