Html Css Color HEX #D74C95 Mulberry

📋 copy color: '#D74C95'

red 215 ◦ green 76 ◦ blue 149

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

Shades of Mulberry #D74C95

Tints of Mulberry #D74C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.86%

R = 48.86%
G = 17.27%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D74C95 (or 0xD74C95) is known color: Mulberry. HEX triplet: D7, 4C and 95. RGB value is (215,76,149). Sum of RGB (Red+Green+Blue) = 215+76+149=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74C95 is #28B36A. Grayscale: #7D7D7D. Windows color (decimal): -2667371 or 9784535. OLE color: 9784535.

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

Color convert

RGB 215 76 149 -
CMYK 0 0.65 0.31 0.16
HSL 328.49º 0.63% 0.57% -
HSV(B) 328.49º 0.65% 0.84% -
XYZ 36.03 21.79 30.74 -
YUV 125.88 141.05 191.56 -
System Red Green Blue C M Y K H S L
Decimal 215 76 149 0 0.65 0.31 0.16 328.49 0.63 0.57
Hex D7 4C 95 0 41 1F 10 148 3F 39
Octal 327 114 225 0 101 37 20 510 77 71
Binary 11010111 1001100 10010101 0 1000001 11111 10000 101001000 111111 111001

Color Harmonies of #D74C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C95

Black with #D74C95

Text Example


Text Example

White with #D74C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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