Html Css Color HEX #D04D98 Mulberry

📋 copy color: '#D04D98'

red 208 ◦ green 77 ◦ blue 152

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

Shades of Mulberry #D04D98

Tints of Mulberry #D04D98

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.62%

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

R = 47.6%
G = 17.62%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D04D98 (or 0xD04D98) is known color: Mulberry. HEX triplet: D0, 4D and 98. RGB value is (208,77,152). Sum of RGB (Red+Green+Blue) = 208+77+152=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04D98 is #2FB267. Grayscale: #7C7C7C. Windows color (decimal): -3125864 or 9981392. OLE color: 9981392.

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

Color convert

RGB 208 77 152 -
CMYK 0 0.63 0.27 0.18
HSL 325.65º 0.58% 0.56% -
HSV(B) 325.65º 0.63% 0.82% -
XYZ 34.33 20.98 31.95 -
YUV 124.72 143.4 187.4 -
System Red Green Blue C M Y K H S L
Decimal 208 77 152 0 0.63 0.27 0.18 325.65 0.58 0.56
Hex D0 4D 98 0 3F 1B 12 146 3A 38
Octal 320 115 230 0 77 33 22 506 72 70
Binary 11010000 1001101 10011000 0 111111 11011 10010 101000110 111010 111000

Color Harmonies of #D04D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04D98

Black with #D04D98

Text Example


Text Example

White with #D04D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04D98; }

 p { color: rgb(208,77,152); }

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

background-color css

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

 a { background-color: rgb(208,77,152); }

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

border-color css

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

 span { border-color: rgb(208,77,152); }

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