Html Css Color HEX #D75894 Mulberry

📋 copy color: '#D75894'

red 215 ◦ green 88 ◦ blue 148

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

Shades of Mulberry #D75894

Tints of Mulberry #D75894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.51%

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

R = 47.67%
G = 19.51%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D75894 (or 0xD75894) is known color: Mulberry. HEX triplet: D7, 58 and 94. RGB value is (215,88,148). Sum of RGB (Red+Green+Blue) = 215+88+148=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D75894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75894 is #28A76B. Grayscale: #848484. Windows color (decimal): -2664300 or 9722071. OLE color: 9722071.

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

Color convert

RGB 215 88 148 -
CMYK 0 0.59 0.31 0.16
HSL 331.65º 0.61% 0.59% -
HSV(B) 331.65º 0.59% 0.84% -
XYZ 36.86 23.56 30.62 -
YUV 132.81 136.58 186.62 -
System Red Green Blue C M Y K H S L
Decimal 215 88 148 0 0.59 0.31 0.16 331.65 0.61 0.59
Hex D7 58 94 0 3B 1F 10 14C 3D 3B
Octal 327 130 224 0 73 37 20 514 75 73
Binary 11010111 1011000 10010100 0 111011 11111 10000 101001100 111101 111011

Color Harmonies of #D75894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75894

Black with #D75894

Text Example


Text Example

White with #D75894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75894; }

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

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

background-color css

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

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

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

border-color css

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

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

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