Html Css Color HEX #D04997 Mulberry

📋 copy color: '#D04997'

red 208 ◦ green 73 ◦ blue 151

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

Shades of Mulberry #D04997

Tints of Mulberry #D04997

RGB

 RED value IS 208 (81.64% from 255) = 48.15%

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

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

R = 48.15%
G = 16.9%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D04997 (or 0xD04997) is known color: Mulberry. HEX triplet: D0, 49 and 97. RGB value is (208,73,151). Sum of RGB (Red+Green+Blue) = 208+73+151=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D04997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04997 is #2FB668. Grayscale: #7A7A7A. Windows color (decimal): -3126889 or 9914832. OLE color: 9914832.

HSL color Cylindrical-coordinate representation of color #D04997: hue angle of 325.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04997 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 73 151 -
CMYK 0 0.65 0.27 0.18
HSL 325.33º 0.59% 0.55% -
HSV(B) 325.33º 0.65% 0.82% -
XYZ 33.98 20.41 31.43 -
YUV 122.26 144.23 189.16 -
System Red Green Blue C M Y K H S L
Decimal 208 73 151 0 0.65 0.27 0.18 325.33 0.59 0.55
Hex D0 49 97 0 41 1B 12 145 3B 37
Octal 320 111 227 0 101 33 22 505 73 67
Binary 11010000 1001001 10010111 0 1000001 11011 10010 101000101 111011 110111

Color Harmonies of #D04997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04997

Black with #D04997

Text Example


Text Example

White with #D04997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04997; }

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

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

background-color css

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

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

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

border-color css

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

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

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