Html Css Color HEX #D95293 Mulberry

📋 copy color: '#D95293'

red 217 ◦ green 82 ◦ blue 147

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

Shades of Mulberry #D95293

Tints of Mulberry #D95293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.96%

R = 48.65%
G = 18.39%
B = 32.96%

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

#D95293 (or 0xD95293) is known color: Mulberry. HEX triplet: D9, 52 and 93. RGB value is (217,82,147). Sum of RGB (Red+Green+Blue) = 217+82+147=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D95293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95293 is #26AD6C. Grayscale: #818181. Windows color (decimal): -2534765 or 9655001. OLE color: 9655001.

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

Color convert

RGB 217 82 147 -
CMYK 0 0.62 0.32 0.15
HSL 331.11º 0.64% 0.59% -
HSV(B) 331.11º 0.62% 0.85% -
XYZ 36.9 22.89 30.08 -
YUV 129.78 137.73 190.21 -
System Red Green Blue C M Y K H S L
Decimal 217 82 147 0 0.62 0.32 0.15 331.11 0.64 0.59
Hex D9 52 93 0 3E 20 F 14B 40 3B
Octal 331 122 223 0 76 40 17 513 100 73
Binary 11011001 1010010 10010011 0 111110 100000 1111 101001011 1000000 111011

Color Harmonies of #D95293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95293

Black with #D95293

Text Example


Text Example

White with #D95293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95293; }

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

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

background-color css

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

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

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

border-color css

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

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

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