Html Css Color HEX #D04895 Mulberry

📋 copy color: '#D04895'

red 208 ◦ green 72 ◦ blue 149

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

Shades of Mulberry #D04895

Tints of Mulberry #D04895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.78%

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

R = 48.48%
G = 16.78%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D04895 (or 0xD04895) is known color: Mulberry. HEX triplet: D0, 48 and 95. RGB value is (208,72,149). Sum of RGB (Red+Green+Blue) = 208+72+149=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D04895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04895 is #2FB76A. Grayscale: #797979. Windows color (decimal): -3127147 or 9783504. OLE color: 9783504.

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

Color convert

RGB 208 72 149 -
CMYK 0 0.65 0.28 0.18
HSL 326.03º 0.59% 0.55% -
HSV(B) 326.03º 0.65% 0.82% -
XYZ 33.75 20.21 30.56 -
YUV 121.44 143.56 189.74 -
System Red Green Blue C M Y K H S L
Decimal 208 72 149 0 0.65 0.28 0.18 326.03 0.59 0.55
Hex D0 48 95 0 41 1C 12 146 3B 37
Octal 320 110 225 0 101 34 22 506 73 67
Binary 11010000 1001000 10010101 0 1000001 11100 10010 101000110 111011 110111

Color Harmonies of #D04895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04895

Black with #D04895

Text Example


Text Example

White with #D04895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04895; }

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

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

background-color css

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

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

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

border-color css

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

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

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