#CD4081

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

Shades of Mulberry #CD4081

Tints of Mulberry #CD4081

Color information

#CD4081 (or 0xCD4081) is unknown color: approx Mulberry. HEX triplet: CD, 40 and 81. RGB value is (205,64,129). Sum of RGB (Red+Green+Blue) = 205+64+129=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4081 is #32BF7E. Grayscale: #717171. Windows color (decimal): -3325823 or 8470733. OLE color: 8470733.

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

Color convert

RGB20564129-
CMYK00.690.370.20
HSL332.34º58.51%52.75%-
HSV(B)332.34º68.78%80.39%-
XYZ30.9718.2322.66-
YUV113.57136.71193.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.51%
GREEN value IS 64 (25.39% from 255) = 16.08%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=51.51%
G=16.08%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056412900.690.370.20332.3458.5152.75
HexCD4081045251414c3b35
Octal315100201010545245147365
Binary110011011000000100000010100010110010110100101001100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4081; }

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

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

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

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

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

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

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

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