Html Css Color HEX #D75191 Mulberry

📋 copy color: '#D75191'

red 215 ◦ green 81 ◦ blue 145

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

Shades of Mulberry #D75191

Tints of Mulberry #D75191

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.37%

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

R = 48.75%
G = 18.37%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D75191 (or 0xD75191) is known color: Mulberry. HEX triplet: D7, 51 and 91. RGB value is (215,81,145). Sum of RGB (Red+Green+Blue) = 215+81+145=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D75191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75191 is #28AE6E. Grayscale: #808080. Windows color (decimal): -2666095 or 9523671. OLE color: 9523671.

HSL color Cylindrical-coordinate representation of color #D75191: hue angle of 331.34º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D75191 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 81 145 -
CMYK 0 0.62 0.33 0.16
HSL 331.34º 0.63% 0.58% -
HSV(B) 331.34º 0.62% 0.84% -
XYZ 36.08 22.38 29.21 -
YUV 128.36 137.39 189.8 -
System Red Green Blue C M Y K H S L
Decimal 215 81 145 0 0.62 0.33 0.16 331.34 0.63 0.58
Hex D7 51 91 0 3E 21 10 14B 3F 3A
Octal 327 121 221 0 76 41 20 513 77 72
Binary 11010111 1010001 10010001 0 111110 100001 10000 101001011 111111 111010

Color Harmonies of #D75191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75191

Black with #D75191

Text Example


Text Example

White with #D75191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75191; }

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

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

background-color css

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

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

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

border-color css

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

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

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