Html Css Color HEX #D74860 Mandy

📋 copy color: '#D74860'

red 215 ◦ green 72 ◦ blue 96

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

Shades of Mandy #D74860

Tints of Mandy #D74860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.8%

 BLUE value IS 96 (37.89% from 255) = 25.07%

R = 56.14%
G = 18.8%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D74860 (or 0xD74860) is known color: Mandy. HEX triplet: D7, 48 and 60. RGB value is (215,72,96). Sum of RGB (Red+Green+Blue) = 215+72+96=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D74860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74860 is #28B79F. Grayscale: #757575. Windows color (decimal): -2668448 or 6310103. OLE color: 6310103.

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

Color convert

RGB 215 72 96 -
CMYK 0 0.67 0.55 0.16
HSL 349.93º 0.64% 0.56% -
HSV(B) 349.93º 0.67% 0.84% -
XYZ 32.45 19.93 13.2 -
YUV 117.49 115.88 197.55 -
System Red Green Blue C M Y K H S L
Decimal 215 72 96 0 0.67 0.55 0.16 349.93 0.64 0.56
Hex D7 48 60 0 43 37 10 15E 40 38
Octal 327 110 140 0 103 67 20 536 100 70
Binary 11010111 1001000 1100000 0 1000011 110111 10000 101011110 1000000 111000

Color Harmonies of #D74860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74860

Black with #D74860

Text Example


Text Example

White with #D74860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74860; }

 p { color: rgb(215,72,96); }

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

background-color css

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

 a { background-color: rgb(215,72,96); }

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

border-color css

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

 span { border-color: rgb(215,72,96); }

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