#CD3985

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

Shades of Deep Cerise #CD3985

Tints of Deep Cerise #CD3985

Color information

#CD3985 (or 0xCD3985) is unknown color: approx Deep Cerise. HEX triplet: CD, 39 and 85. RGB value is (205,57,133). Sum of RGB (Red+Green+Blue) = 205+57+133=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3985 is #32C67A. Grayscale: #6D6D6D. Windows color (decimal): -3327611 or 8731085. OLE color: 8731085.

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

Color convert

RGB20557133-
CMYK00.720.350.20
HSL329.19º59.68%51.37%-
HSV(B)329.19º72.2%80.39%-
XYZ30.8717.623.96-
YUV109.92141.03195.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.90%
GREEN value IS 57 (22.66% from 255) = 14.43%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=51.90%
G=14.43%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055713300.720.350.20329.1959.6851.37
HexCD398504823141493c33
Octal31571205011043245117463
Binary11001101111001100001010100100010001110100101001001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3985; }

 p { color: rgb(205,57,133); }

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

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

 a { background-color: rgb(205,57,133); }

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

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

 span { border-color: rgb(205,57,133); }

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