#CD3D8C

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

Shades of Mulberry #CD3D8C

Tints of Mulberry #CD3D8C

Color information

#CD3D8C (or 0xCD3D8C) is unknown color: approx Mulberry. HEX triplet: CD, 3D and 8C. RGB value is (205,61,140). Sum of RGB (Red+Green+Blue) = 205+61+140=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3D8C is #32C273. Grayscale: #707070. Windows color (decimal): -3326580 or 9190861. OLE color: 9190861.

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

Color convert

RGB20561140-
CMYK00.700.320.20
HSL327.08º59.02%52.16%-
HSV(B)327.08º70.24%80.39%-
XYZ31.5818.2126.66-
YUV113.06143.21193.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.49%
GREEN value IS 61 (24.22% from 255) = 15.02%
BLUE value IS 140 (55.08% from 255) = 34.48%
R=50.49%
G=15.02%
B=34.48%

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
Decimal2056114000.700.320.20327.0859.0252.16
HexCD3D8C04620141473b34
Octal31575214010640245077364
Binary11001101111101100011000100011010000010100101000111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3D8C; }

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

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

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

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

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

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

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

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