Html Css Color HEX #D74C9D Mulberry

📋 copy color: '#D74C9D'

red 215 ◦ green 76 ◦ blue 157

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

Shades of Mulberry #D74C9D

Tints of Mulberry #D74C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.04%

R = 47.99%
G = 16.96%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D74C9D (or 0xD74C9D) is known color: Mulberry. HEX triplet: D7, 4C and 9D. RGB value is (215,76,157). Sum of RGB (Red+Green+Blue) = 215+76+157=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74C9D is #28B362. Grayscale: #7E7E7E. Windows color (decimal): -2667363 or 10308823. OLE color: 10308823.

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

Color convert

RGB 215 76 157 -
CMYK 0 0.65 0.27 0.16
HSL 325.04º 0.63% 0.57% -
HSV(B) 325.04º 0.65% 0.84% -
XYZ 36.69 22.05 34.22 -
YUV 126.8 145.05 190.91 -
System Red Green Blue C M Y K H S L
Decimal 215 76 157 0 0.65 0.27 0.16 325.04 0.63 0.57
Hex D7 4C 9D 0 41 1B 10 145 3F 39
Octal 327 114 235 0 101 33 20 505 77 71
Binary 11010111 1001100 10011101 0 1000001 11011 10000 101000101 111111 111001

Color Harmonies of #D74C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C9D

Black with #D74C9D

Text Example


Text Example

White with #D74C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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