Html Css Color HEX #D95491 Mulberry

📋 copy color: '#D95491'

red 217 ◦ green 84 ◦ blue 145

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

Shades of Mulberry #D95491

Tints of Mulberry #D95491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.83%

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

R = 48.65%
G = 18.83%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D95491 (or 0xD95491) is known color: Mulberry. HEX triplet: D9, 54 and 91. RGB value is (217,84,145). Sum of RGB (Red+Green+Blue) = 217+84+145=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D95491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95491 is #26AB6E. Grayscale: #828282. Windows color (decimal): -2534255 or 9524441. OLE color: 9524441.

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

Color convert

RGB 217 84 145 -
CMYK 0 0.61 0.33 0.15
HSL 332.48º 0.64% 0.59% -
HSV(B) 332.48º 0.61% 0.85% -
XYZ 36.9 23.14 29.31 -
YUV 130.72 136.06 189.54 -
System Red Green Blue C M Y K H S L
Decimal 217 84 145 0 0.61 0.33 0.15 332.48 0.64 0.59
Hex D9 54 91 0 3D 21 F 14C 40 3B
Octal 331 124 221 0 75 41 17 514 100 73
Binary 11011001 1010100 10010001 0 111101 100001 1111 101001100 1000000 111011

Color Harmonies of #D95491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95491

Black with #D95491

Text Example


Text Example

White with #D95491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95491; }

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

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

background-color css

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

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

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

border-color css

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

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

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