Html Css Color HEX #D74D5B Mandy

📋 copy color: '#D74D5B'

red 215 ◦ green 77 ◦ blue 91

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

Shades of Mandy #D74D5B

Tints of Mandy #D74D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.76%

R = 56.14%
G = 20.1%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D74D5B (or 0xD74D5B) is known color: Mandy. HEX triplet: D7, 4D and 5B. RGB value is (215,77,91). Sum of RGB (Red+Green+Blue) = 215+77+91=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D5B is #28B2A4. Grayscale: #777777. Windows color (decimal): -2667173 or 5983703. OLE color: 5983703.

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

Color convert

RGB 215 77 91 -
CMYK 0 0.64 0.58 0.16
HSL 353.91º 0.63% 0.57% -
HSV(B) 353.91º 0.64% 0.84% -
XYZ 32.57 20.51 12.14 -
YUV 119.86 111.72 195.86 -
System Red Green Blue C M Y K H S L
Decimal 215 77 91 0 0.64 0.58 0.16 353.91 0.63 0.57
Hex D7 4D 5B 0 40 3A 10 162 3F 39
Octal 327 115 133 0 100 72 20 542 77 71
Binary 11010111 1001101 1011011 0 1000000 111010 10000 101100010 111111 111001

Color Harmonies of #D74D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D5B

Black with #D74D5B

Text Example


Text Example

White with #D74D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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