#CD389D

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

Shades of Mulberry #CD389D

Tints of Mulberry #CD389D

Color information

#CD389D (or 0xCD389D) is unknown color: approx Mulberry. HEX triplet: CD, 38 and 9D. RGB value is (205,56,157). Sum of RGB (Red+Green+Blue) = 205+56+157=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD389D is #32C762. Grayscale: #6F6F6F. Windows color (decimal): -3327843 or 10303693. OLE color: 10303693.

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

Color convert

RGB20556157-
CMYK00.730.230.20
HSL319.33º59.84%51.18%-
HSV(B)319.33º72.68%80.39%-
XYZ32.6818.2433.7-
YUV112.06153.36194.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.04%
GREEN value IS 56 (22.27% from 255) = 13.40%
BLUE value IS 157 (61.72% from 255) = 37.56%
R=49.04%
G=13.40%
B=37.56%

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
Decimal2055615700.730.230.20319.3359.8451.18
HexCD389D049171413f3c33
Octal31570235011127244777463
Binary1100110111100010011101010010011011110100100111111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD389D; }

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

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

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

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

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

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

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

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