Html Css Color HEX #D04595 Mulberry

📋 copy color: '#D04595'

red 208 ◦ green 69 ◦ blue 149

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

Shades of Mulberry #D04595

Tints of Mulberry #D04595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.2%

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

R = 48.83%
G = 16.2%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D04595 (or 0xD04595) is known color: Mulberry. HEX triplet: D0, 45 and 95. RGB value is (208,69,149). Sum of RGB (Red+Green+Blue) = 208+69+149=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D04595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04595 is #2FBA6A. Grayscale: #777777. Windows color (decimal): -3127915 or 9782736. OLE color: 9782736.

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

Color convert

RGB 208 69 149 -
CMYK 0 0.67 0.28 0.18
HSL 325.47º 0.6% 0.54% -
HSV(B) 325.47º 0.67% 0.82% -
XYZ 33.57 19.84 30.49 -
YUV 119.68 144.55 191 -
System Red Green Blue C M Y K H S L
Decimal 208 69 149 0 0.67 0.28 0.18 325.47 0.6 0.54
Hex D0 45 95 0 43 1C 12 145 3C 36
Octal 320 105 225 0 103 34 22 505 74 66
Binary 11010000 1000101 10010101 0 1000011 11100 10010 101000101 111100 110110

Color Harmonies of #D04595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04595

Black with #D04595

Text Example


Text Example

White with #D04595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04595; }

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

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

background-color css

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

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

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

border-color css

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

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

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