Html Css Color HEX #D04395 Mulberry

📋 copy color: '#D04395'

red 208 ◦ green 67 ◦ blue 149

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

Shades of Mulberry #D04395

Tints of Mulberry #D04395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.8%

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

R = 49.06%
G = 15.8%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D04395 (or 0xD04395) is known color: Mulberry. HEX triplet: D0, 43 and 95. RGB value is (208,67,149). Sum of RGB (Red+Green+Blue) = 208+67+149=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D04395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04395 is #2FBC6A. Grayscale: #767676. Windows color (decimal): -3128427 or 9782224. OLE color: 9782224.

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

Color convert

RGB 208 67 149 -
CMYK 0 0.68 0.28 0.18
HSL 325.11º 0.6% 0.54% -
HSV(B) 325.11º 0.68% 0.82% -
XYZ 33.44 19.59 30.45 -
YUV 118.51 145.21 191.83 -
System Red Green Blue C M Y K H S L
Decimal 208 67 149 0 0.68 0.28 0.18 325.11 0.6 0.54
Hex D0 43 95 0 44 1C 12 145 3C 36
Octal 320 103 225 0 104 34 22 505 74 66
Binary 11010000 1000011 10010101 0 1000100 11100 10010 101000101 111100 110110

Color Harmonies of #D04395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04395

Black with #D04395

Text Example


Text Example

White with #D04395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04395; }

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

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

background-color css

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

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

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

border-color css

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

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

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