#CD447D

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

Shades of Mulberry #CD447D

Tints of Mulberry #CD447D

Color information

#CD447D (or 0xCD447D) is unknown color: approx Mulberry. HEX triplet: CD, 44 and 7D. RGB value is (205,68,125). Sum of RGB (Red+Green+Blue) = 205+68+125=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD447D is #32BB82. Grayscale: #737373. Windows color (decimal): -3324803 or 8209613. OLE color: 8209613.

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

Color convert

RGB20568125-
CMYK00.670.390.20
HSL335.04º57.81%53.53%-
HSV(B)335.04º66.83%80.39%-
XYZ30.9518.5921.36-
YUV115.46133.39191.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.51%
GREEN value IS 68 (26.95% from 255) = 17.09%
BLUE value IS 125 (49.22% from 255) = 31.41%
R=51.51%
G=17.09%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056812500.670.390.20335.0457.8153.53
HexCD447D043271414f3a36
Octal315104175010347245177266
Binary11001101100010011111010100001110011110100101001111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD447D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD447D; }

 p { color: rgb(205,68,125); }

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

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

 a { background-color: rgb(205,68,125); }

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

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

 span { border-color: rgb(205,68,125); }

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