#CD4781

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

Shades of Mulberry #CD4781

Tints of Mulberry #CD4781

Color information

#CD4781 (or 0xCD4781) is unknown color: approx Mulberry. HEX triplet: CD, 47 and 81. RGB value is (205,71,129). Sum of RGB (Red+Green+Blue) = 205+71+129=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4781 is #32B87E. Grayscale: #757575. Windows color (decimal): -3324031 or 8472525. OLE color: 8472525.

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

Color convert

RGB20571129-
CMYK00.650.370.20
HSL334.03º57.26%54.12%-
HSV(B)334.03º65.37%80.39%-
XYZ31.3919.0722.8-
YUV117.68134.39190.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.62%
GREEN value IS 71 (28.12% from 255) = 17.53%
BLUE value IS 129 (50.78% from 255) = 31.85%
R=50.62%
G=17.53%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057112900.650.370.20334.0357.2654.12
HexCD4781041251414e3936
Octal315107201010145245167166
Binary110011011000111100000010100000110010110100101001110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4781; }

 p { color: rgb(205,71,129); }

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

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

 a { background-color: rgb(205,71,129); }

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

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

 span { border-color: rgb(205,71,129); }

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