Html Css Color HEX #D0499C Mulberry

📋 copy color: '#D0499C'

red 208 ◦ green 73 ◦ blue 156

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

Shades of Mulberry #D0499C

Tints of Mulberry #D0499C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.7%

R = 47.6%
G = 16.7%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0499C (or 0xD0499C) is known color: Mulberry. HEX triplet: D0, 49 and 9C. RGB value is (208,73,156). Sum of RGB (Red+Green+Blue) = 208+73+156=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D0499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0499C is #2FB663. Grayscale: #7A7A7A. Windows color (decimal): -3126884 or 10242512. OLE color: 10242512.

HSL color Cylindrical-coordinate representation of color #D0499C: hue angle of 323.11º 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 #D0499C is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 73 156 -
CMYK 0 0.65 0.25 0.18
HSL 323.11º 0.59% 0.55% -
HSV(B) 323.11º 0.65% 0.82% -
XYZ 34.4 20.58 33.61 -
YUV 122.83 146.73 188.75 -
System Red Green Blue C M Y K H S L
Decimal 208 73 156 0 0.65 0.25 0.18 323.11 0.59 0.55
Hex D0 49 9C 0 41 19 12 143 3B 37
Octal 320 111 234 0 101 31 22 503 73 67
Binary 11010000 1001001 10011100 0 1000001 11001 10010 101000011 111011 110111

Color Harmonies of #D0499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0499C

Black with #D0499C

Text Example


Text Example

White with #D0499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0499C; }

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

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

background-color css

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

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

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

border-color css

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

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

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