Html Css Color HEX #D95195 Mulberry

📋 copy color: '#D95195'

red 217 ◦ green 81 ◦ blue 149

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

Shades of Mulberry #D95195

Tints of Mulberry #D95195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.33%

R = 48.55%
G = 18.12%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D95195 (or 0xD95195) is known color: Mulberry. HEX triplet: D9, 51 and 95. RGB value is (217,81,149). Sum of RGB (Red+Green+Blue) = 217+81+149=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D95195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95195 is #26AE6A. Grayscale: #818181. Windows color (decimal): -2535019 or 9785817. OLE color: 9785817.

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

Color convert

RGB 217 81 149 -
CMYK 0 0.63 0.31 0.15
HSL 330º 0.64% 0.58% -
HSV(B) 330º 0.63% 0.85% -
XYZ 36.98 22.81 30.89 -
YUV 129.42 139.06 190.47 -
System Red Green Blue C M Y K H S L
Decimal 217 81 149 0 0.63 0.31 0.15 330 0.64 0.58
Hex D9 51 95 0 3F 1F F 14A 40 3A
Octal 331 121 225 0 77 37 17 512 100 72
Binary 11011001 1010001 10010101 0 111111 11111 1111 101001010 1000000 111010

Color Harmonies of #D95195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95195

Black with #D95195

Text Example


Text Example

White with #D95195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95195; }

 p { color: rgb(217,81,149); }

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

background-color css

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

 a { background-color: rgb(217,81,149); }

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

border-color css

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

 span { border-color: rgb(217,81,149); }

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