Html Css Color HEX #D75595 Mulberry

📋 copy color: '#D75595'

red 215 ◦ green 85 ◦ blue 149

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

Shades of Mulberry #D75595

Tints of Mulberry #D75595

RGB

 RED value IS 215 (84.38% from 255) = 47.88%

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

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

R = 47.88%
G = 18.93%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D75595 (or 0xD75595) is known color: Mulberry. HEX triplet: D7, 55 and 95. RGB value is (215,85,149). Sum of RGB (Red+Green+Blue) = 215+85+149=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D75595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75595 is #28AA6A. Grayscale: #838383. Windows color (decimal): -2665067 or 9786839. OLE color: 9786839.

HSL color Cylindrical-coordinate representation of color #D75595: hue angle of 330.46º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D75595 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 85 149 -
CMYK 0 0.60 0.31 0.16
HSL 330.46º 0.62% 0.59% -
HSV(B) 330.46º 0.6% 0.84% -
XYZ 36.7 23.11 30.96 -
YUV 131.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 215 85 149 0 0.60 0.31 0.16 330.46 0.62 0.59
Hex D7 55 95 0 3C 1F 10 14A 3E 3B
Octal 327 125 225 0 74 37 20 512 76 73
Binary 11010111 1010101 10010101 0 111100 11111 10000 101001010 111110 111011

Color Harmonies of #D75595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75595

Black with #D75595

Text Example


Text Example

White with #D75595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75595; }

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

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

background-color css

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

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

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

border-color css

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

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

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