#CD4A81

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

Shades of Mulberry #CD4A81

Tints of Mulberry #CD4A81

Color information

#CD4A81 (or 0xCD4A81) is unknown color: approx Mulberry. HEX triplet: CD, 4A and 81. RGB value is (205,74,129). Sum of RGB (Red+Green+Blue) = 205+74+129=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4A81 is #32B57E. Grayscale: #777777. Windows color (decimal): -3323263 or 8473293. OLE color: 8473293.

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

Color convert

RGB20574129-
CMYK00.640.370.20
HSL334.81º56.71%54.71%-
HSV(B)334.81º63.9%80.39%-
XYZ31.5919.4622.86-
YUV119.44133.4189.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.25%
GREEN value IS 74 (29.30% from 255) = 18.14%
BLUE value IS 129 (50.78% from 255) = 31.62%
R=50.25%
G=18.14%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057412900.640.370.20334.8156.7154.71
HexCD4A81040251414f3937
Octal315112201010045245177167
Binary110011011001010100000010100000010010110100101001111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4A81; }

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

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

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

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

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

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

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

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