Html Css Color HEX #D74550 Mandy

📋 copy color: '#D74550'

red 215 ◦ green 69 ◦ blue 80

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

Shades of Mandy #D74550

Tints of Mandy #D74550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.96%

 BLUE value IS 80 (31.64% from 255) = 21.98%

R = 59.07%
G = 18.96%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D74550 (or 0xD74550) is known color: Mandy. HEX triplet: D7, 45 and 50. RGB value is (215,69,80). Sum of RGB (Red+Green+Blue) = 215+69+80=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D74550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74550 is #28BAAF. Grayscale: #727272. Windows color (decimal): -2669232 or 5260759. OLE color: 5260759.

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

Color convert

RGB 215 69 80 -
CMYK 0 0.68 0.63 0.16
HSL 355.48º 0.65% 0.56% -
HSV(B) 355.48º 0.68% 0.84% -
XYZ 31.6 19.28 9.65 -
YUV 113.91 108.87 200.11 -
System Red Green Blue C M Y K H S L
Decimal 215 69 80 0 0.68 0.63 0.16 355.48 0.65 0.56
Hex D7 45 50 0 44 3F 10 163 41 38
Octal 327 105 120 0 104 77 20 543 101 70
Binary 11010111 1000101 1010000 0 1000100 111111 10000 101100011 1000001 111000

Color Harmonies of #D74550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74550

Black with #D74550

Text Example


Text Example

White with #D74550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74550; }

 p { color: rgb(215,69,80); }

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

background-color css

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

 a { background-color: rgb(215,69,80); }

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

border-color css

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

 span { border-color: rgb(215,69,80); }

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