#CD389C

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

Shades of Mulberry #CD389C

Tints of Mulberry #CD389C

Color information

#CD389C (or 0xCD389C) is unknown color: approx Mulberry. HEX triplet: CD, 38 and 9C. RGB value is (205,56,156). Sum of RGB (Red+Green+Blue) = 205+56+156=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD389C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD389C is #32C763. Grayscale: #6F6F6F. Windows color (decimal): -3327844 or 10238157. OLE color: 10238157.

HSL color Cylindrical-coordinate representation of color #CD389C: hue angle of 319.73º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD389C is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB20556156-
CMYK00.730.240.20
HSL319.73º59.84%51.18%-
HSV(B)319.73º72.68%80.39%-
XYZ32.5918.2133.25-
YUV111.95152.86194.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.16%
GREEN value IS 56 (22.27% from 255) = 13.43%
BLUE value IS 156 (61.33% from 255) = 37.41%
R=49.16%
G=13.43%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055615600.730.240.20319.7359.8451.18
HexCD389C04918141403c33
Octal31570234011130245007463
Binary1100110111100010011100010010011100010100101000000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD389C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD389C; }

 p { color: rgb(205,56,156); }

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

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

 a { background-color: rgb(205,56,156); }

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

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

 span { border-color: rgb(205,56,156); }

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