Html Css Color HEX #D75394 Mulberry

📋 copy color: '#D75394'

red 215 ◦ green 83 ◦ blue 148

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

Shades of Mulberry #D75394

Tints of Mulberry #D75394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.18%

R = 48.21%
G = 18.61%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D75394 (or 0xD75394) is known color: Mulberry. HEX triplet: D7, 53 and 94. RGB value is (215,83,148). Sum of RGB (Red+Green+Blue) = 215+83+148=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D75394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75394 is #28AC6B. Grayscale: #818181. Windows color (decimal): -2665580 or 9720791. OLE color: 9720791.

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

Color convert

RGB 215 83 148 -
CMYK 0 0.61 0.31 0.16
HSL 330.45º 0.62% 0.58% -
HSV(B) 330.45º 0.61% 0.84% -
XYZ 36.46 22.77 30.49 -
YUV 129.88 138.23 188.71 -
System Red Green Blue C M Y K H S L
Decimal 215 83 148 0 0.61 0.31 0.16 330.45 0.62 0.58
Hex D7 53 94 0 3D 1F 10 14A 3E 3A
Octal 327 123 224 0 75 37 20 512 76 72
Binary 11010111 1010011 10010100 0 111101 11111 10000 101001010 111110 111010

Color Harmonies of #D75394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75394

Black with #D75394

Text Example


Text Example

White with #D75394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75394; }

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

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

background-color css

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

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

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

border-color css

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

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

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