Html Css Color HEX #D95094 Mulberry

📋 copy color: '#D95094'

red 217 ◦ green 80 ◦ blue 148

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

Shades of Mulberry #D95094

Tints of Mulberry #D95094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.26%

R = 48.76%
G = 17.98%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D95094 (or 0xD95094) is known color: Mulberry. HEX triplet: D9, 50 and 94. RGB value is (217,80,148). Sum of RGB (Red+Green+Blue) = 217+80+148=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D95094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95094 is #26AF6B. Grayscale: #808080. Windows color (decimal): -2535276 or 9720025. OLE color: 9720025.

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

Color convert

RGB 217 80 148 -
CMYK 0 0.63 0.32 0.15
HSL 330.22º 0.64% 0.58% -
HSV(B) 330.22º 0.63% 0.85% -
XYZ 36.83 22.63 30.44 -
YUV 128.72 138.89 190.97 -
System Red Green Blue C M Y K H S L
Decimal 217 80 148 0 0.63 0.32 0.15 330.22 0.64 0.58
Hex D9 50 94 0 3F 20 F 14A 40 3A
Octal 331 120 224 0 77 40 17 512 100 72
Binary 11011001 1010000 10010100 0 111111 100000 1111 101001010 1000000 111010

Color Harmonies of #D95094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95094

Black with #D95094

Text Example


Text Example

White with #D95094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95094; }

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

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

background-color css

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

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

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

border-color css

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

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

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