#D23D98

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

Shades of Mulberry #D23D98

Tints of Mulberry #D23D98

Color information

#D23D98 (or 0xD23D98) is unknown color: approx Mulberry. HEX triplet: D2, 3D and 98. RGB value is (210,61,152). Sum of RGB (Red+Green+Blue) = 210+61+152=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23D98 is #2DC267. Grayscale: #737373. Windows color (decimal): -2998888 or 9977298. OLE color: 9977298.

HSL color Cylindrical-coordinate representation of color #D23D98: hue angle of 323.36º 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 #D23D98 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB21061152-
CMYK00.710.280.18
HSL323.36º62.34%53.14%-
HSV(B)323.36º70.95%82.35%-
XYZ33.9119.3131.64-
YUV115.92148.36195.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.65%
GREEN value IS 61 (24.22% from 255) = 14.42%
BLUE value IS 152 (59.77% from 255) = 35.93%
R=49.65%
G=14.42%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106115200.710.280.18323.3662.3453.14
HexD23D980471C121433e35
Octal32275230010734225037665
Binary1101001011110110011000010001111110010010101000011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23D98; }

 p { color: rgb(210,61,152); }

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

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

 a { background-color: rgb(210,61,152); }

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

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

 span { border-color: rgb(210,61,152); }

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