Html Css Color HEX #D75594 Mulberry

📋 copy color: '#D75594'

red 215 ◦ green 85 ◦ blue 148

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

Shades of Mulberry #D75594

Tints of Mulberry #D75594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.97%

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

R = 47.99%
G = 18.97%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D75594 (or 0xD75594) is known color: Mulberry. HEX triplet: D7, 55 and 94. RGB value is (215,85,148). Sum of RGB (Red+Green+Blue) = 215+85+148=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D75594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75594 is #28AA6B. Grayscale: #828282. Windows color (decimal): -2665068 or 9721303. OLE color: 9721303.

HSL color Cylindrical-coordinate representation of color #D75594: hue angle of 330.92º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D75594 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 85 148 -
CMYK 0 0.60 0.31 0.16
HSL 330.92º 0.62% 0.59% -
HSV(B) 330.92º 0.6% 0.84% -
XYZ 36.62 23.08 30.54 -
YUV 131.05 137.57 187.88 -
System Red Green Blue C M Y K H S L
Decimal 215 85 148 0 0.60 0.31 0.16 330.92 0.62 0.59
Hex D7 55 94 0 3C 1F 10 14B 3E 3B
Octal 327 125 224 0 74 37 20 513 76 73
Binary 11010111 1010101 10010100 0 111100 11111 10000 101001011 111110 111011

Color Harmonies of #D75594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75594

Black with #D75594

Text Example


Text Example

White with #D75594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75594; }

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

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

background-color css

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

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

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

border-color css

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

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

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