Html Css Color HEX #D04196 Mulberry

📋 copy color: '#D04196'

red 208 ◦ green 65 ◦ blue 150

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

Shades of Mulberry #D04196

Tints of Mulberry #D04196

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.37%

 BLUE value IS 150 (58.98% from 255) = 35.46%

R = 49.17%
G = 15.37%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D04196 (or 0xD04196) is known color: Mulberry. HEX triplet: D0, 41 and 96. RGB value is (208,65,150). Sum of RGB (Red+Green+Blue) = 208+65+150=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D04196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04196 is #2FBE69. Grayscale: #757575. Windows color (decimal): -3128938 or 9847248. OLE color: 9847248.

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

Color convert

RGB 208 65 150 -
CMYK 0 0.69 0.28 0.18
HSL 324.34º 0.6% 0.54% -
HSV(B) 324.34º 0.69% 0.82% -
XYZ 33.41 19.39 30.84 -
YUV 117.45 146.38 192.59 -
System Red Green Blue C M Y K H S L
Decimal 208 65 150 0 0.69 0.28 0.18 324.34 0.6 0.54
Hex D0 41 96 0 45 1C 12 144 3C 36
Octal 320 101 226 0 105 34 22 504 74 66
Binary 11010000 1000001 10010110 0 1000101 11100 10010 101000100 111100 110110

Color Harmonies of #D04196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04196

Black with #D04196

Text Example


Text Example

White with #D04196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04196; }

 p { color: rgb(208,65,150); }

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

background-color css

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

 a { background-color: rgb(208,65,150); }

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

border-color css

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

 span { border-color: rgb(208,65,150); }

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