Html Css Color HEX #D75591 Mulberry

📋 copy color: '#D75591'

red 215 ◦ green 85 ◦ blue 145

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

Shades of Mulberry #D75591

Tints of Mulberry #D75591

RGB

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

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

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

R = 48.31%
G = 19.1%
B = 32.58%

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

#D75591 (or 0xD75591) is known color: Mulberry. HEX triplet: D7, 55 and 91. RGB value is (215,85,145). Sum of RGB (Red+Green+Blue) = 215+85+145=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D75591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75591 is #28AA6E. Grayscale: #828282. Windows color (decimal): -2665071 or 9524695. OLE color: 9524695.

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

Color convert

RGB 215 85 145 -
CMYK 0 0.60 0.33 0.16
HSL 332.31º 0.62% 0.59% -
HSV(B) 332.31º 0.6% 0.84% -
XYZ 36.38 22.99 29.31 -
YUV 130.71 136.07 188.12 -
System Red Green Blue C M Y K H S L
Decimal 215 85 145 0 0.60 0.33 0.16 332.31 0.62 0.59
Hex D7 55 91 0 3C 21 10 14C 3E 3B
Octal 327 125 221 0 74 41 20 514 76 73
Binary 11010111 1010101 10010001 0 111100 100001 10000 101001100 111110 111011

Color Harmonies of #D75591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75591

Black with #D75591

Text Example


Text Example

White with #D75591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75591; }

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

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

background-color css

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

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

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

border-color css

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

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

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