Html Css Color HEX #D04699 Mulberry

📋 copy color: '#D04699'

red 208 ◦ green 70 ◦ blue 153

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

Shades of Mulberry #D04699

Tints of Mulberry #D04699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.24%

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

R = 48.26%
G = 16.24%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D04699 (or 0xD04699) is known color: Mulberry. HEX triplet: D0, 46 and 99. RGB value is (208,70,153). Sum of RGB (Red+Green+Blue) = 208+70+153=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D04699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04699 is #2FB966. Grayscale: #787878. Windows color (decimal): -3127655 or 10045136. OLE color: 10045136.

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

Color convert

RGB 208 70 153 -
CMYK 0 0.66 0.26 0.18
HSL 323.91º 0.59% 0.55% -
HSV(B) 323.91º 0.66% 0.82% -
XYZ 33.95 20.09 32.23 -
YUV 120.72 146.22 190.25 -
System Red Green Blue C M Y K H S L
Decimal 208 70 153 0 0.66 0.26 0.18 323.91 0.59 0.55
Hex D0 46 99 0 42 1A 12 144 3B 37
Octal 320 106 231 0 102 32 22 504 73 67
Binary 11010000 1000110 10011001 0 1000010 11010 10010 101000100 111011 110111

Color Harmonies of #D04699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04699

Black with #D04699

Text Example


Text Example

White with #D04699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04699; }

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

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

background-color css

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

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

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

border-color css

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

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

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