Html Css Color HEX #D74C91 Mulberry

📋 copy color: '#D74C91'

red 215 ◦ green 76 ◦ blue 145

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

Shades of Mulberry #D74C91

Tints of Mulberry #D74C91

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.43%

 BLUE value IS 145 (57.03% from 255) = 33.26%

R = 49.31%
G = 17.43%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D74C91 (or 0xD74C91) is known color: Mulberry. HEX triplet: D7, 4C and 91. RGB value is (215,76,145). Sum of RGB (Red+Green+Blue) = 215+76+145=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74C91 is #28B36E. Grayscale: #7D7D7D. Windows color (decimal): -2667375 or 9522391. OLE color: 9522391.

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

Color convert

RGB 215 76 145 -
CMYK 0 0.65 0.33 0.16
HSL 330.22º 0.63% 0.57% -
HSV(B) 330.22º 0.65% 0.84% -
XYZ 35.72 21.66 29.09 -
YUV 125.43 139.05 191.89 -
System Red Green Blue C M Y K H S L
Decimal 215 76 145 0 0.65 0.33 0.16 330.22 0.63 0.57
Hex D7 4C 91 0 41 21 10 14A 3F 39
Octal 327 114 221 0 101 41 20 512 77 71
Binary 11010111 1001100 10010001 0 1000001 100001 10000 101001010 111111 111001

Color Harmonies of #D74C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C91

Black with #D74C91

Text Example


Text Example

White with #D74C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C91; }

 p { color: rgb(215,76,145); }

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

background-color css

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

 a { background-color: rgb(215,76,145); }

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

border-color css

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

 span { border-color: rgb(215,76,145); }

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