Html Css Color HEX #D95391 Mulberry

📋 copy color: '#D95391'

red 217 ◦ green 83 ◦ blue 145

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

Shades of Mulberry #D95391

Tints of Mulberry #D95391

RGB

 RED value IS 217 (85.16% from 255) = 48.76%

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

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

R = 48.76%
G = 18.65%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D95391 (or 0xD95391) is known color: Mulberry. HEX triplet: D9, 53 and 91. RGB value is (217,83,145). Sum of RGB (Red+Green+Blue) = 217+83+145=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D95391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95391 is #26AC6E. Grayscale: #828282. Windows color (decimal): -2534511 or 9524185. OLE color: 9524185.

HSL color Cylindrical-coordinate representation of color #D95391: hue angle of 332.24º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D95391 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 83 145 -
CMYK 0 0.62 0.33 0.15
HSL 332.24º 0.64% 0.59% -
HSV(B) 332.24º 0.62% 0.85% -
XYZ 36.82 22.98 29.28 -
YUV 130.13 136.39 189.96 -
System Red Green Blue C M Y K H S L
Decimal 217 83 145 0 0.62 0.33 0.15 332.24 0.64 0.59
Hex D9 53 91 0 3E 21 F 14C 40 3B
Octal 331 123 221 0 76 41 17 514 100 73
Binary 11011001 1010011 10010001 0 111110 100001 1111 101001100 1000000 111011

Color Harmonies of #D95391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95391

Black with #D95391

Text Example


Text Example

White with #D95391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95391; }

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

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

background-color css

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

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

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

border-color css

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

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

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