Html Css Color HEX #D950A9 Mulberry

📋 copy color: '#D950A9'

red 217 ◦ green 80 ◦ blue 169

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

Shades of Mulberry #D950A9

Tints of Mulberry #D950A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.27%

R = 46.57%
G = 17.17%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D950A9 (or 0xD950A9) is known color: Mulberry. HEX triplet: D9, 50 and A9. RGB value is (217,80,169). Sum of RGB (Red+Green+Blue) = 217+80+169=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D950A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D950A9 is #26AF56. Grayscale: #828282. Windows color (decimal): -2535255 or 11096281. OLE color: 11096281.

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

Color convert

RGB 217 80 169 -
CMYK 0 0.63 0.22 0.15
HSL 321.02º 0.64% 0.58% -
HSV(B) 321.02º 0.63% 0.85% -
XYZ 38.65 23.35 40.01 -
YUV 131.11 149.39 189.26 -
System Red Green Blue C M Y K H S L
Decimal 217 80 169 0 0.63 0.22 0.15 321.02 0.64 0.58
Hex D9 50 A9 0 3F 16 F 141 40 3A
Octal 331 120 251 0 77 26 17 501 100 72
Binary 11011001 1010000 10101001 0 111111 10110 1111 101000001 1000000 111010

Color Harmonies of #D950A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950A9

Black with #D950A9

Text Example


Text Example

White with #D950A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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