#CD4B83

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

Shades of Mulberry #CD4B83

Tints of Mulberry #CD4B83

Color information

#CD4B83 (or 0xCD4B83) is unknown color: approx Mulberry. HEX triplet: CD, 4B and 83. RGB value is (205,75,131). Sum of RGB (Red+Green+Blue) = 205+75+131=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4B83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4B83 is #32B47C. Grayscale: #787878. Windows color (decimal): -3323005 or 8604621. OLE color: 8604621.

HSL color Cylindrical-coordinate representation of color #CD4B83: hue angle of 334.15º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD4B83 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB20575131-
CMYK00.630.360.20
HSL334.15º56.52%54.9%-
HSV(B)334.15º63.41%80.39%-
XYZ31.7919.6523.59-
YUV120.25134.07188.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.88%
GREEN value IS 75 (29.69% from 255) = 18.25%
BLUE value IS 131 (51.56% from 255) = 31.87%
R=49.88%
G=18.25%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057513100.630.360.20334.1556.5254.9
HexCD4B8303F241414e3937
Octal31511320307744245167167
Binary11001101100101110000011011111110010010100101001110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4B83; }

 p { color: rgb(205,75,131); }

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

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

 a { background-color: rgb(205,75,131); }

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

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

 span { border-color: rgb(205,75,131); }

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