Html Css Color HEX #D95294 Mulberry

📋 copy color: '#D95294'

red 217 ◦ green 82 ◦ blue 148

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

Shades of Mulberry #D95294

Tints of Mulberry #D95294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.34%

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

R = 48.55%
G = 18.34%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D95294 (or 0xD95294) is known color: Mulberry. HEX triplet: D9, 52 and 94. RGB value is (217,82,148). Sum of RGB (Red+Green+Blue) = 217+82+148=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D95294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95294 is #26AD6B. Grayscale: #818181. Windows color (decimal): -2534764 or 9720537. OLE color: 9720537.

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

Color convert

RGB 217 82 148 -
CMYK 0 0.62 0.32 0.15
HSL 330.67º 0.64% 0.59% -
HSV(B) 330.67º 0.62% 0.85% -
XYZ 36.98 22.92 30.49 -
YUV 129.89 138.23 190.13 -
System Red Green Blue C M Y K H S L
Decimal 217 82 148 0 0.62 0.32 0.15 330.67 0.64 0.59
Hex D9 52 94 0 3E 20 F 14B 40 3B
Octal 331 122 224 0 76 40 17 513 100 73
Binary 11011001 1010010 10010100 0 111110 100000 1111 101001011 1000000 111011

Color Harmonies of #D95294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95294

Black with #D95294

Text Example


Text Example

White with #D95294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95294; }

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

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

background-color css

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

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

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

border-color css

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

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

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