#CD438E

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

Shades of Mulberry #CD438E

Tints of Mulberry #CD438E

Color information

#CD438E (or 0xCD438E) is unknown color: approx Mulberry. HEX triplet: CD, 43 and 8E. RGB value is (205,67,142). Sum of RGB (Red+Green+Blue) = 205+67+142=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD438E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD438E is #32BC71. Grayscale: #747474. Windows color (decimal): -3325042 or 9323469. OLE color: 9323469.

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

Color convert

RGB20567142-
CMYK00.670.310.20
HSL327.39º57.98%53.33%-
HSV(B)327.39º67.32%80.39%-
XYZ32.0718.9527.56-
YUV116.81142.22190.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.52%
GREEN value IS 67 (26.56% from 255) = 16.18%
BLUE value IS 142 (55.86% from 255) = 34.30%
R=49.52%
G=16.18%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056714200.670.310.20327.3957.9853.33
HexCD438E0431F141473a35
Octal315103216010337245077265
Binary11001101100001110001110010000111111110100101000111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD438E; }

 p { color: rgb(205,67,142); }

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

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

 a { background-color: rgb(205,67,142); }

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

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

 span { border-color: rgb(205,67,142); }

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