Html Css Color HEX #D74998 Mulberry

📋 copy color: '#D74998'

red 215 ◦ green 73 ◦ blue 152

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

Shades of Mulberry #D74998

Tints of Mulberry #D74998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.55%

R = 48.86%
G = 16.59%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D74998 (or 0xD74998) is known color: Mulberry. HEX triplet: D7, 49 and 98. RGB value is (215,73,152). Sum of RGB (Red+Green+Blue) = 215+73+152=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D74998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74998 is #28B667. Grayscale: #7C7C7C. Windows color (decimal): -2668136 or 9980375. OLE color: 9980375.

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

Color convert

RGB 215 73 152 -
CMYK 0 0.66 0.29 0.16
HSL 326.62º 0.64% 0.56% -
HSV(B) 326.62º 0.66% 0.84% -
XYZ 36.07 21.48 31.95 -
YUV 124.46 143.54 192.58 -
System Red Green Blue C M Y K H S L
Decimal 215 73 152 0 0.66 0.29 0.16 326.62 0.64 0.56
Hex D7 49 98 0 42 1D 10 147 40 38
Octal 327 111 230 0 102 35 20 507 100 70
Binary 11010111 1001001 10011000 0 1000010 11101 10000 101000111 1000000 111000

Color Harmonies of #D74998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74998

Black with #D74998

Text Example


Text Example

White with #D74998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74998; }

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

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

background-color css

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

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

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

border-color css

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

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

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