#D23C9E

Color #D23C9E Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #D23C9E

Tints of Mulberry #D23C9E

Color information

#D23C9E (or 0xD23C9E) is unknown color: approx Mulberry. HEX triplet: D2, 3C and 9E. RGB value is (210,60,158). Sum of RGB (Red+Green+Blue) = 210+60+158=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23C9E is #2DC361. Grayscale: #737373. Windows color (decimal): -2999138 or 10370258. OLE color: 10370258.

HSL color Cylindrical-coordinate representation of color #D23C9E: hue angle of 320.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23C9E is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB21060158-
CMYK00.710.250.18
HSL320.8º62.5%52.94%-
HSV(B)320.8º71.43%82.35%-
XYZ34.3719.434.28-
YUV116.02151.7195.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.07%
GREEN value IS 60 (23.83% from 255) = 14.02%
BLUE value IS 158 (62.11% from 255) = 36.92%
R=49.07%
G=14.02%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106015800.710.250.18320.862.552.94
HexD23C9E04719121413e35
Octal32274236010731225017665
Binary1101001011110010011110010001111100110010101000001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23C9E; }

 p { color: rgb(210,60,158); }

 H1.HeaderClassName
 {
   color: #D23C9E;
 }
 .AnyTagClassName
 {
   color: #D23C9E;
 }
</style>
background-color css

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

 a { background-color: rgb(210,60,158); }

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

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

 span { border-color: rgb(210,60,158); }

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