Html Css Color HEX #D75791 Mulberry

📋 copy color: '#D75791'

red 215 ◦ green 87 ◦ blue 145

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

Shades of Mulberry #D75791

Tints of Mulberry #D75791

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.46%

 BLUE value IS 145 (57.03% from 255) = 32.44%

R = 48.1%
G = 19.46%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D75791 (or 0xD75791) is known color: Mulberry. HEX triplet: D7, 57 and 91. RGB value is (215,87,145). Sum of RGB (Red+Green+Blue) = 215+87+145=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 145 (57.03% from 255 or 32.44% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D75791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75791 is #28A86E. Grayscale: #838383. Windows color (decimal): -2664559 or 9525207. OLE color: 9525207.

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

Color convert

RGB 215 87 145 -
CMYK 0 0.60 0.33 0.16
HSL 332.81º 0.62% 0.59% -
HSV(B) 332.81º 0.6% 0.84% -
XYZ 36.54 23.31 29.36 -
YUV 131.88 135.41 187.28 -
System Red Green Blue C M Y K H S L
Decimal 215 87 145 0 0.60 0.33 0.16 332.81 0.62 0.59
Hex D7 57 91 0 3C 21 10 14D 3E 3B
Octal 327 127 221 0 74 41 20 515 76 73
Binary 11010111 1010111 10010001 0 111100 100001 10000 101001101 111110 111011

Color Harmonies of #D75791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75791

Black with #D75791

Text Example


Text Example

White with #D75791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75791; }

 p { color: rgb(215,87,145); }

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

background-color css

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

 a { background-color: rgb(215,87,145); }

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

border-color css

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

 span { border-color: rgb(215,87,145); }

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