Html Css Color HEX #D95098 Mulberry

📋 copy color: '#D95098'

red 217 ◦ green 80 ◦ blue 152

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

Shades of Mulberry #D95098

Tints of Mulberry #D95098

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.82%

 BLUE value IS 152 (59.77% from 255) = 33.85%

R = 48.33%
G = 17.82%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D95098 (or 0xD95098) is known color: Mulberry. HEX triplet: D9, 50 and 98. RGB value is (217,80,152). Sum of RGB (Red+Green+Blue) = 217+80+152=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D95098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95098 is #26AF67. Grayscale: #818181. Windows color (decimal): -2535272 or 9982169. OLE color: 9982169.

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

Color convert

RGB 217 80 152 -
CMYK 0 0.63 0.30 0.15
HSL 328.47º 0.64% 0.58% -
HSV(B) 328.47º 0.63% 0.85% -
XYZ 37.15 22.76 32.14 -
YUV 129.17 140.89 190.65 -
System Red Green Blue C M Y K H S L
Decimal 217 80 152 0 0.63 0.30 0.15 328.47 0.64 0.58
Hex D9 50 98 0 3F 1E F 148 40 3A
Octal 331 120 230 0 77 36 17 510 100 72
Binary 11011001 1010000 10011000 0 111111 11110 1111 101001000 1000000 111010

Color Harmonies of #D95098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95098

Black with #D95098

Text Example


Text Example

White with #D95098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95098; }

 p { color: rgb(217,80,152); }

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

background-color css

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

 a { background-color: rgb(217,80,152); }

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

border-color css

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

 span { border-color: rgb(217,80,152); }

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