Html Css Color HEX #D05595 Mulberry

📋 copy color: '#D05595'

red 208 ◦ green 85 ◦ blue 149

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

Shades of Mulberry #D05595

Tints of Mulberry #D05595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.23%

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

R = 47.06%
G = 19.23%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D05595 (or 0xD05595) is known color: Mulberry. HEX triplet: D0, 55 and 95. RGB value is (208,85,149). Sum of RGB (Red+Green+Blue) = 208+85+149=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D05595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05595 is #2FAA6A. Grayscale: #808080. Windows color (decimal): -3123819 or 9786832. OLE color: 9786832.

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

Color convert

RGB 208 85 149 -
CMYK 0 0.59 0.28 0.18
HSL 328.78º 0.57% 0.57% -
HSV(B) 328.78º 0.59% 0.82% -
XYZ 34.69 22.08 30.87 -
YUV 129.07 139.25 184.3 -
System Red Green Blue C M Y K H S L
Decimal 208 85 149 0 0.59 0.28 0.18 328.78 0.57 0.57
Hex D0 55 95 0 3B 1C 12 149 39 39
Octal 320 125 225 0 73 34 22 511 71 71
Binary 11010000 1010101 10010101 0 111011 11100 10010 101001001 111001 111001

Color Harmonies of #D05595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05595

Black with #D05595

Text Example


Text Example

White with #D05595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05595; }

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

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

background-color css

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

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

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

border-color css

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

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

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