#D2438C

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

Shades of Mulberry #D2438C

Tints of Mulberry #D2438C

Color information

#D2438C (or 0xD2438C) is unknown color: approx Mulberry. HEX triplet: D2, 43 and 8C. RGB value is (210,67,140). Sum of RGB (Red+Green+Blue) = 210+67+140=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2438C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2438C is #2DBC73. Grayscale: #757575. Windows color (decimal): -2997364 or 9192402. OLE color: 9192402.

HSL color Cylindrical-coordinate representation of color #D2438C: hue angle of 329.37º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2438C is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB21067140-
CMYK00.680.330.18
HSL329.37º61.37%54.31%-
HSV(B)329.37º68.1%82.35%-
XYZ33.3219.6126.84-
YUV118.08140.38193.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.36%
GREEN value IS 67 (26.56% from 255) = 16.07%
BLUE value IS 140 (55.08% from 255) = 33.57%
R=50.36%
G=16.07%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106714000.680.330.18329.3761.3754.31
HexD2438C04421121493d36
Octal322103214010441225117566
Binary110100101000011100011000100010010000110010101001001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2438C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2438C; }

 p { color: rgb(210,67,140); }

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

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

 a { background-color: rgb(210,67,140); }

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

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

 span { border-color: rgb(210,67,140); }

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