Html Css Color HEX #D74D5A Mandy

📋 copy color: '#D74D5A'

red 215 ◦ green 77 ◦ blue 90

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

Shades of Mandy #D74D5A

Tints of Mandy #D74D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.56%

R = 56.28%
G = 20.16%
B = 23.56%

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

#D74D5A (or 0xD74D5A) is known color: Mandy. HEX triplet: D7, 4D and 5A. RGB value is (215,77,90). Sum of RGB (Red+Green+Blue) = 215+77+90=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D5A is #28B2A5. Grayscale: #777777. Windows color (decimal): -2667174 or 5918167. OLE color: 5918167.

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

Color convert

RGB 215 77 90 -
CMYK 0 0.64 0.58 0.16
HSL 354.35º 0.63% 0.57% -
HSV(B) 354.35º 0.64% 0.84% -
XYZ 32.52 20.49 11.91 -
YUV 119.74 111.22 195.94 -
System Red Green Blue C M Y K H S L
Decimal 215 77 90 0 0.64 0.58 0.16 354.35 0.63 0.57
Hex D7 4D 5A 0 40 3A 10 162 3F 39
Octal 327 115 132 0 100 72 20 542 77 71
Binary 11010111 1001101 1011010 0 1000000 111010 10000 101100010 111111 111001

Color Harmonies of #D74D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D5A

Black with #D74D5A

Text Example


Text Example

White with #D74D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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