Html Css Color HEX #D75092 Mulberry

📋 copy color: '#D75092'

red 215 ◦ green 80 ◦ blue 146

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

Shades of Mulberry #D75092

Tints of Mulberry #D75092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.11%

R = 48.75%
G = 18.14%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D75092 (or 0xD75092) is known color: Mulberry. HEX triplet: D7, 50 and 92. RGB value is (215,80,146). Sum of RGB (Red+Green+Blue) = 215+80+146=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D75092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75092 is #28AF6D. Grayscale: #7F7F7F. Windows color (decimal): -2666350 or 9588951. OLE color: 9588951.

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

Color convert

RGB 215 80 146 -
CMYK 0 0.63 0.32 0.16
HSL 330.67º 0.63% 0.58% -
HSV(B) 330.67º 0.63% 0.84% -
XYZ 36.08 22.26 29.59 -
YUV 127.89 138.23 190.13 -
System Red Green Blue C M Y K H S L
Decimal 215 80 146 0 0.63 0.32 0.16 330.67 0.63 0.58
Hex D7 50 92 0 3F 20 10 14B 3F 3A
Octal 327 120 222 0 77 40 20 513 77 72
Binary 11010111 1010000 10010010 0 111111 100000 10000 101001011 111111 111010

Color Harmonies of #D75092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75092

Black with #D75092

Text Example


Text Example

White with #D75092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75092; }

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

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

background-color css

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

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

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

border-color css

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

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

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