Html Css Color HEX #D74997 Mulberry

📋 copy color: '#D74997'

red 215 ◦ green 73 ◦ blue 151

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

Shades of Mulberry #D74997

Tints of Mulberry #D74997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.4%

R = 48.97%
G = 16.63%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D74997 (or 0xD74997) is known color: Mulberry. HEX triplet: D7, 49 and 97. RGB value is (215,73,151). Sum of RGB (Red+Green+Blue) = 215+73+151=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D74997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74997 is #28B668. Grayscale: #7C7C7C. Windows color (decimal): -2668137 or 9914839. OLE color: 9914839.

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

Color convert

RGB 215 73 151 -
CMYK 0 0.66 0.30 0.16
HSL 327.04º 0.64% 0.56% -
HSV(B) 327.04º 0.66% 0.84% -
XYZ 35.99 21.45 31.52 -
YUV 124.35 143.04 192.66 -
System Red Green Blue C M Y K H S L
Decimal 215 73 151 0 0.66 0.30 0.16 327.04 0.64 0.56
Hex D7 49 97 0 42 1E 10 147 40 38
Octal 327 111 227 0 102 36 20 507 100 70
Binary 11010111 1001001 10010111 0 1000010 11110 10000 101000111 1000000 111000

Color Harmonies of #D74997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74997

Black with #D74997

Text Example


Text Example

White with #D74997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74997; }

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

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

background-color css

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

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

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

border-color css

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

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

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