Html Css Color HEX #D75098 Mulberry

📋 copy color: '#D75098'

red 215 ◦ green 80 ◦ blue 152

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

Shades of Mulberry #D75098

Tints of Mulberry #D75098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34%

R = 48.1%
G = 17.9%
B = 34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D75098 (or 0xD75098) is known color: Mulberry. HEX triplet: D7, 50 and 98. RGB value is (215,80,152). Sum of RGB (Red+Green+Blue) = 215+80+152=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D75098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75098 is #28AF67. Grayscale: #808080. Windows color (decimal): -2666344 or 9982167. OLE color: 9982167.

HSL color Cylindrical-coordinate representation of color #D75098: hue angle of 328º 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 #D75098 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 80 152 -
CMYK 0 0.63 0.29 0.16
HSL 328º 0.63% 0.58% -
HSV(B) 328º 0.63% 0.84% -
XYZ 36.56 22.45 32.11 -
YUV 128.57 141.23 189.65 -
System Red Green Blue C M Y K H S L
Decimal 215 80 152 0 0.63 0.29 0.16 328 0.63 0.58
Hex D7 50 98 0 3F 1D 10 148 3F 3A
Octal 327 120 230 0 77 35 20 510 77 72
Binary 11010111 1010000 10011000 0 111111 11101 10000 101001000 111111 111010

Color Harmonies of #D75098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75098

Black with #D75098

Text Example


Text Example

White with #D75098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75098; }

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

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

background-color css

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

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

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

border-color css

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

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

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