Html Css Color HEX #D75391 Mulberry

📋 copy color: '#D75391'

red 215 ◦ green 83 ◦ blue 145

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

Shades of Mulberry #D75391

Tints of Mulberry #D75391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.74%

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

R = 48.53%
G = 18.74%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D75391 (or 0xD75391) is known color: Mulberry. HEX triplet: D7, 53 and 91. RGB value is (215,83,145). Sum of RGB (Red+Green+Blue) = 215+83+145=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D75391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75391 is #28AC6E. Grayscale: #818181. Windows color (decimal): -2665583 or 9524183. OLE color: 9524183.

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

Color convert

RGB 215 83 145 -
CMYK 0 0.61 0.33 0.16
HSL 331.82º 0.62% 0.58% -
HSV(B) 331.82º 0.61% 0.84% -
XYZ 36.23 22.68 29.26 -
YUV 129.54 136.73 188.96 -
System Red Green Blue C M Y K H S L
Decimal 215 83 145 0 0.61 0.33 0.16 331.82 0.62 0.58
Hex D7 53 91 0 3D 21 10 14C 3E 3A
Octal 327 123 221 0 75 41 20 514 76 72
Binary 11010111 1010011 10010001 0 111101 100001 10000 101001100 111110 111010

Color Harmonies of #D75391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75391

Black with #D75391

Text Example


Text Example

White with #D75391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75391; }

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

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

background-color css

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

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

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

border-color css

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

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

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