Html Css Color HEX #D74C93 Mulberry

📋 copy color: '#D74C93'

red 215 ◦ green 76 ◦ blue 147

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

Shades of Mulberry #D74C93

Tints of Mulberry #D74C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.56%

R = 49.09%
G = 17.35%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D74C93 (or 0xD74C93) is known color: Mulberry. HEX triplet: D7, 4C and 93. RGB value is (215,76,147). Sum of RGB (Red+Green+Blue) = 215+76+147=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74C93 is #28B36C. Grayscale: #7D7D7D. Windows color (decimal): -2667373 or 9653463. OLE color: 9653463.

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

Color convert

RGB 215 76 147 -
CMYK 0 0.65 0.32 0.16
HSL 329.35º 0.63% 0.57% -
HSV(B) 329.35º 0.65% 0.84% -
XYZ 35.88 21.72 29.91 -
YUV 125.66 140.05 191.73 -
System Red Green Blue C M Y K H S L
Decimal 215 76 147 0 0.65 0.32 0.16 329.35 0.63 0.57
Hex D7 4C 93 0 41 20 10 149 3F 39
Octal 327 114 223 0 101 40 20 511 77 71
Binary 11010111 1001100 10010011 0 1000001 100000 10000 101001001 111111 111001

Color Harmonies of #D74C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C93

Black with #D74C93

Text Example


Text Example

White with #D74C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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