Html Css Color HEX #D04095 Mulberry

📋 copy color: '#D04095'

red 208 ◦ green 64 ◦ blue 149

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

Shades of Mulberry #D04095

Tints of Mulberry #D04095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.39%

R = 49.41%
G = 15.2%
B = 35.39%

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

#D04095 (or 0xD04095) is known color: Mulberry. HEX triplet: D0, 40 and 95. RGB value is (208,64,149). Sum of RGB (Red+Green+Blue) = 208+64+149=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D04095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04095 is #2FBF6A. Grayscale: #747474. Windows color (decimal): -3129195 or 9781456. OLE color: 9781456.

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

Color convert

RGB 208 64 149 -
CMYK 0 0.69 0.28 0.18
HSL 324.58º 0.61% 0.53% -
HSV(B) 324.58º 0.69% 0.82% -
XYZ 33.27 19.25 30.4 -
YUV 116.75 146.21 193.09 -
System Red Green Blue C M Y K H S L
Decimal 208 64 149 0 0.69 0.28 0.18 324.58 0.61 0.53
Hex D0 40 95 0 45 1C 12 145 3D 35
Octal 320 100 225 0 105 34 22 505 75 65
Binary 11010000 1000000 10010101 0 1000101 11100 10010 101000101 111101 110101

Color Harmonies of #D04095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04095

Black with #D04095

Text Example


Text Example

White with #D04095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04095; }

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

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

background-color css

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

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

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

border-color css

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

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

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