Html Css Color HEX #D75095 Mulberry

📋 copy color: '#D75095'

red 215 ◦ green 80 ◦ blue 149

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

Shades of Mulberry #D75095

Tints of Mulberry #D75095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.02%

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

R = 48.42%
G = 18.02%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D75095 (or 0xD75095) is known color: Mulberry. HEX triplet: D7, 50 and 95. RGB value is (215,80,149). Sum of RGB (Red+Green+Blue) = 215+80+149=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D75095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75095 is #28AF6A. Grayscale: #808080. Windows color (decimal): -2666347 or 9785559. OLE color: 9785559.

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

Color convert

RGB 215 80 149 -
CMYK 0 0.63 0.31 0.16
HSL 329.33º 0.63% 0.58% -
HSV(B) 329.33º 0.63% 0.84% -
XYZ 36.32 22.35 30.83 -
YUV 128.23 139.73 189.89 -
System Red Green Blue C M Y K H S L
Decimal 215 80 149 0 0.63 0.31 0.16 329.33 0.63 0.58
Hex D7 50 95 0 3F 1F 10 149 3F 3A
Octal 327 120 225 0 77 37 20 511 77 72
Binary 11010111 1010000 10010101 0 111111 11111 10000 101001001 111111 111010

Color Harmonies of #D75095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75095

Black with #D75095

Text Example


Text Example

White with #D75095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75095; }

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

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

background-color css

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

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

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

border-color css

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

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

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