Html Css Color HEX #D95490 Mulberry

📋 copy color: '#D95490'

red 217 ◦ green 84 ◦ blue 144

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

Shades of Mulberry #D95490

Tints of Mulberry #D95490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.36%

R = 48.76%
G = 18.88%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D95490 (or 0xD95490) is known color: Mulberry. HEX triplet: D9, 54 and 90. RGB value is (217,84,144). Sum of RGB (Red+Green+Blue) = 217+84+144=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D95490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95490 is #26AB6F. Grayscale: #828282. Windows color (decimal): -2534256 or 9458905. OLE color: 9458905.

HSL color Cylindrical-coordinate representation of color #D95490: hue angle of 332.93º 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 #D95490 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 84 144 -
CMYK 0 0.61 0.34 0.15
HSL 332.93º 0.64% 0.59% -
HSV(B) 332.93º 0.61% 0.85% -
XYZ 36.82 23.11 28.9 -
YUV 130.61 135.56 189.62 -
System Red Green Blue C M Y K H S L
Decimal 217 84 144 0 0.61 0.34 0.15 332.93 0.64 0.59
Hex D9 54 90 0 3D 22 F 14D 40 3B
Octal 331 124 220 0 75 42 17 515 100 73
Binary 11011001 1010100 10010000 0 111101 100010 1111 101001101 1000000 111011

Color Harmonies of #D95490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95490

Black with #D95490

Text Example


Text Example

White with #D95490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95490; }

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

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

background-color css

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

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

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

border-color css

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

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

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