Html Css Color HEX #D04099 Mulberry

📋 copy color: '#D04099'

red 208 ◦ green 64 ◦ blue 153

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

Shades of Mulberry #D04099

Tints of Mulberry #D04099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.06%

 BLUE value IS 153 (60.16% from 255) = 36%

R = 48.94%
G = 15.06%
B = 36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D04099 (or 0xD04099) is known color: Mulberry. HEX triplet: D0, 40 and 99. RGB value is (208,64,153). Sum of RGB (Red+Green+Blue) = 208+64+153=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D04099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04099 is #2FBF66. Grayscale: #747474. Windows color (decimal): -3129191 or 10043600. OLE color: 10043600.

HSL color Cylindrical-coordinate representation of color #D04099: hue angle of 322.92º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04099 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 64 153 -
CMYK 0 0.69 0.26 0.18
HSL 322.92º 0.61% 0.53% -
HSV(B) 322.92º 0.69% 0.82% -
XYZ 33.6 19.38 32.11 -
YUV 117.2 148.21 192.76 -
System Red Green Blue C M Y K H S L
Decimal 208 64 153 0 0.69 0.26 0.18 322.92 0.61 0.53
Hex D0 40 99 0 45 1A 12 143 3D 35
Octal 320 100 231 0 105 32 22 503 75 65
Binary 11010000 1000000 10011001 0 1000101 11010 10010 101000011 111101 110101

Color Harmonies of #D04099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04099

Black with #D04099

Text Example


Text Example

White with #D04099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04099; }

 p { color: rgb(208,64,153); }

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

background-color css

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

 a { background-color: rgb(208,64,153); }

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

border-color css

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

 span { border-color: rgb(208,64,153); }

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