#CD38A1

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

Shades of Mulberry #CD38A1

Tints of Mulberry #CD38A1

Color information

#CD38A1 (or 0xCD38A1) is unknown color: approx Mulberry. HEX triplet: CD, 38 and A1. RGB value is (205,56,161). Sum of RGB (Red+Green+Blue) = 205+56+161=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CD38A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD38A1 is #32C75E. Grayscale: #707070. Windows color (decimal): -3327839 or 10565837. OLE color: 10565837.

HSL color Cylindrical-coordinate representation of color #CD38A1: hue angle of 317.72º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD38A1 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB20556161-
CMYK00.730.210.20
HSL317.72º59.84%51.18%-
HSV(B)317.72º72.68%80.39%-
XYZ33.0218.3835.53-
YUV112.52155.36193.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.58%
GREEN value IS 56 (22.27% from 255) = 13.27%
BLUE value IS 161 (63.28% from 255) = 38.15%
R=48.58%
G=13.27%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055616100.730.210.20317.7259.8451.18
HexCD38A1049151413e3c33
Octal31570241011125244767463
Binary1100110111100010100001010010011010110100100111110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD38A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD38A1; }

 p { color: rgb(205,56,161); }

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

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

 a { background-color: rgb(205,56,161); }

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

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

 span { border-color: rgb(205,56,161); }

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