Html Css Color HEX #D950A6 Mulberry

📋 copy color: '#D950A6'

red 217 ◦ green 80 ◦ blue 166

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

Shades of Mulberry #D950A6

Tints of Mulberry #D950A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.85%

R = 46.87%
G = 17.28%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D950A6 (or 0xD950A6) is known color: Mulberry. HEX triplet: D9, 50 and A6. RGB value is (217,80,166). Sum of RGB (Red+Green+Blue) = 217+80+166=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D950A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D950A6 is #26AF59. Grayscale: #828282. Windows color (decimal): -2535258 or 10899673. OLE color: 10899673.

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

Color convert

RGB 217 80 166 -
CMYK 0 0.63 0.24 0.15
HSL 322.34º 0.64% 0.58% -
HSV(B) 322.34º 0.63% 0.85% -
XYZ 38.37 23.24 38.54 -
YUV 130.77 147.89 189.51 -
System Red Green Blue C M Y K H S L
Decimal 217 80 166 0 0.63 0.24 0.15 322.34 0.64 0.58
Hex D9 50 A6 0 3F 18 F 142 40 3A
Octal 331 120 246 0 77 30 17 502 100 72
Binary 11011001 1010000 10100110 0 111111 11000 1111 101000010 1000000 111010

Color Harmonies of #D950A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950A6

Black with #D950A6

Text Example


Text Example

White with #D950A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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