#CD389E

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

Shades of Mulberry #CD389E

Tints of Mulberry #CD389E

Color information

#CD389E (or 0xCD389E) is unknown color: approx Mulberry. HEX triplet: CD, 38 and 9E. RGB value is (205,56,158). Sum of RGB (Red+Green+Blue) = 205+56+158=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD389E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD389E is #32C761. Grayscale: #6F6F6F. Windows color (decimal): -3327842 or 10369229. OLE color: 10369229.

HSL color Cylindrical-coordinate representation of color #CD389E: hue angle of 318.93º 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 #CD389E is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB20556158-
CMYK00.730.230.20
HSL318.93º59.84%51.18%-
HSV(B)318.93º72.68%80.39%-
XYZ32.7618.2834.15-
YUV112.18153.86194.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.93%
GREEN value IS 56 (22.27% from 255) = 13.37%
BLUE value IS 158 (62.11% from 255) = 37.71%
R=48.93%
G=13.37%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055615800.730.230.20318.9359.8451.18
HexCD389E049171413f3c33
Octal31570236011127244777463
Binary1100110111100010011110010010011011110100100111111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD389E; }

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

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

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

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

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

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

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

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