Html Css Color HEX #D75093 Mulberry

📋 copy color: '#D75093'

red 215 ◦ green 80 ◦ blue 147

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

Shades of Mulberry #D75093

Tints of Mulberry #D75093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.26%

R = 48.64%
G = 18.1%
B = 33.26%

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

#D75093 (or 0xD75093) is known color: Mulberry. HEX triplet: D7, 50 and 93. RGB value is (215,80,147). Sum of RGB (Red+Green+Blue) = 215+80+147=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D75093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75093 is #28AF6C. Grayscale: #7F7F7F. Windows color (decimal): -2666349 or 9654487. OLE color: 9654487.

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

Color convert

RGB 215 80 147 -
CMYK 0 0.63 0.32 0.16
HSL 330.22º 0.63% 0.58% -
HSV(B) 330.22º 0.63% 0.84% -
XYZ 36.16 22.29 30 -
YUV 128 138.73 190.05 -
System Red Green Blue C M Y K H S L
Decimal 215 80 147 0 0.63 0.32 0.16 330.22 0.63 0.58
Hex D7 50 93 0 3F 20 10 14A 3F 3A
Octal 327 120 223 0 77 40 20 512 77 72
Binary 11010111 1010000 10010011 0 111111 100000 10000 101001010 111111 111010

Color Harmonies of #D75093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75093

Black with #D75093

Text Example


Text Example

White with #D75093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75093; }

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

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

background-color css

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

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

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

border-color css

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

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

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