Html Css Color HEX #D75393 Mulberry

📋 copy color: '#D75393'

red 215 ◦ green 83 ◦ blue 147

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

Shades of Mulberry #D75393

Tints of Mulberry #D75393

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.65%

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

R = 48.31%
G = 18.65%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D75393 (or 0xD75393) is known color: Mulberry. HEX triplet: D7, 53 and 93. RGB value is (215,83,147). Sum of RGB (Red+Green+Blue) = 215+83+147=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D75393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75393 is #28AC6C. Grayscale: #818181. Windows color (decimal): -2665581 or 9655255. OLE color: 9655255.

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

Color convert

RGB 215 83 147 -
CMYK 0 0.61 0.32 0.16
HSL 330.91º 0.62% 0.58% -
HSV(B) 330.91º 0.61% 0.84% -
XYZ 36.38 22.74 30.08 -
YUV 129.76 137.73 188.8 -
System Red Green Blue C M Y K H S L
Decimal 215 83 147 0 0.61 0.32 0.16 330.91 0.62 0.58
Hex D7 53 93 0 3D 20 10 14B 3E 3A
Octal 327 123 223 0 75 40 20 513 76 72
Binary 11010111 1010011 10010011 0 111101 100000 10000 101001011 111110 111010

Color Harmonies of #D75393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75393

Black with #D75393

Text Example


Text Example

White with #D75393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75393; }

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

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

background-color css

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

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

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

border-color css

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

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

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