#CD3D8B

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

Shades of Mulberry #CD3D8B

Tints of Mulberry #CD3D8B

Color information

#CD3D8B (or 0xCD3D8B) is unknown color: approx Mulberry. HEX triplet: CD, 3D and 8B. RGB value is (205,61,139). Sum of RGB (Red+Green+Blue) = 205+61+139=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3D8B is #32C274. Grayscale: #707070. Windows color (decimal): -3326581 or 9125325. OLE color: 9125325.

HSL color Cylindrical-coordinate representation of color #CD3D8B: hue angle of 327.5º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3D8B is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB20561139-
CMYK00.700.320.20
HSL327.5º59.02%52.16%-
HSV(B)327.5º70.24%80.39%-
XYZ31.5118.1826.27-
YUV112.95142.71193.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.62%
GREEN value IS 61 (24.22% from 255) = 15.06%
BLUE value IS 139 (54.69% from 255) = 34.32%
R=50.62%
G=15.06%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056113900.700.320.20327.559.0252.16
HexCD3D8B04620141483b34
Octal31575213010640245107364
Binary11001101111101100010110100011010000010100101001000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3D8B; }

 p { color: rgb(205,61,139); }

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

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

 a { background-color: rgb(205,61,139); }

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

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

 span { border-color: rgb(205,61,139); }

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