Html Css Color HEX #D74993 Mulberry

📋 copy color: '#D74993'

red 215 ◦ green 73 ◦ blue 147

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

Shades of Mulberry #D74993

Tints of Mulberry #D74993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.78%

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

R = 49.43%
G = 16.78%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D74993 (or 0xD74993) is known color: Mulberry. HEX triplet: D7, 49 and 93. RGB value is (215,73,147). Sum of RGB (Red+Green+Blue) = 215+73+147=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D74993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74993 is #28B66C. Grayscale: #7B7B7B. Windows color (decimal): -2668141 or 9652695. OLE color: 9652695.

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

Color convert

RGB 215 73 147 -
CMYK 0 0.66 0.32 0.16
HSL 328.73º 0.64% 0.56% -
HSV(B) 328.73º 0.66% 0.84% -
XYZ 35.67 21.32 29.84 -
YUV 123.89 141.04 192.98 -
System Red Green Blue C M Y K H S L
Decimal 215 73 147 0 0.66 0.32 0.16 328.73 0.64 0.56
Hex D7 49 93 0 42 20 10 149 40 38
Octal 327 111 223 0 102 40 20 511 100 70
Binary 11010111 1001001 10010011 0 1000010 100000 10000 101001001 1000000 111000

Color Harmonies of #D74993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74993

Black with #D74993

Text Example


Text Example

White with #D74993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74993; }

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

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

background-color css

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

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

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

border-color css

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

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

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