#CD3D80

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

Shades of Deep Cerise #CD3D80

Tints of Deep Cerise #CD3D80

Color information

#CD3D80 (or 0xCD3D80) is unknown color: approx Deep Cerise. HEX triplet: CD, 3D and 80. RGB value is (205,61,128). Sum of RGB (Red+Green+Blue) = 205+61+128=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3D80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3D80 is #32C27F. Grayscale: #6F6F6F. Windows color (decimal): -3326592 or 8404429. OLE color: 8404429.

HSL color Cylindrical-coordinate representation of color #CD3D80: hue angle of 332.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3D80 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB20561128-
CMYK00.700.380.20
HSL332.08º59.02%52.16%-
HSV(B)332.08º70.24%80.39%-
XYZ30.7417.8822.25-
YUV111.69137.21194.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.03%
GREEN value IS 61 (24.22% from 255) = 15.48%
BLUE value IS 128 (50.39% from 255) = 32.49%
R=52.03%
G=15.48%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056112800.700.380.20332.0859.0252.16
HexCD3D80046261414c3b34
Octal31575200010646245147364
Binary11001101111101100000000100011010011010100101001100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3D80; }

 p { color: rgb(205,61,128); }

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

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

 a { background-color: rgb(205,61,128); }

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

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

 span { border-color: rgb(205,61,128); }

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