Html Css Color HEX #D04194 Mulberry

📋 copy color: '#D04194'

red 208 ◦ green 65 ◦ blue 148

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

Shades of Mulberry #D04194

Tints of Mulberry #D04194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.15%

R = 49.41%
G = 15.44%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D04194 (or 0xD04194) is known color: Mulberry. HEX triplet: D0, 41 and 94. RGB value is (208,65,148). Sum of RGB (Red+Green+Blue) = 208+65+148=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D04194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04194 is #2FBE6B. Grayscale: #757575. Windows color (decimal): -3128940 or 9716176. OLE color: 9716176.

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

Color convert

RGB 208 65 148 -
CMYK 0 0.69 0.29 0.18
HSL 325.17º 0.6% 0.54% -
HSV(B) 325.17º 0.69% 0.82% -
XYZ 33.25 19.33 30 -
YUV 117.22 145.38 192.75 -
System Red Green Blue C M Y K H S L
Decimal 208 65 148 0 0.69 0.29 0.18 325.17 0.6 0.54
Hex D0 41 94 0 45 1D 12 145 3C 36
Octal 320 101 224 0 105 35 22 505 74 66
Binary 11010000 1000001 10010100 0 1000101 11101 10010 101000101 111100 110110

Color Harmonies of #D04194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04194

Black with #D04194

Text Example


Text Example

White with #D04194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04194; }

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

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

background-color css

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

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

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

border-color css

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

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

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