#CD4482

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

Shades of Mulberry #CD4482

Tints of Mulberry #CD4482

Color information

#CD4482 (or 0xCD4482) is unknown color: approx Mulberry. HEX triplet: CD, 44 and 82. RGB value is (205,68,130). Sum of RGB (Red+Green+Blue) = 205+68+130=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4482 is #32BB7D. Grayscale: #737373. Windows color (decimal): -3324798 or 8537293. OLE color: 8537293.

HSL color Cylindrical-coordinate representation of color #CD4482: hue angle of 332.85º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD4482 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB20568130-
CMYK00.670.370.20
HSL332.85º57.81%53.53%-
HSV(B)332.85º66.83%80.39%-
XYZ31.2718.7323.09-
YUV116.03135.89191.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.87%
GREEN value IS 68 (26.95% from 255) = 16.87%
BLUE value IS 130 (51.17% from 255) = 32.26%
R=50.87%
G=16.87%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056813000.670.370.20332.8557.8153.53
HexCD4482043251414d3a36
Octal315104202010345245157266
Binary110011011000100100000100100001110010110100101001101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4482; }

 p { color: rgb(205,68,130); }

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

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

 a { background-color: rgb(205,68,130); }

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

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

 span { border-color: rgb(205,68,130); }

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