#cd3d83

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

Shades of Deep Cerise #CD3D83

Tints of Deep Cerise #CD3D83

Color information

#CD3D83 (or 0xCD3D83) is unknown color: approx Deep Cerise. HEX triplet: CD, 3D and 83. RGB value is (205,61,131). Sum of RGB (Red+Green+Blue) = 205+61+131=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3D83 is #32C27C. Grayscale: #6F6F6F. Windows color (decimal): -3326589 or 8601037. OLE color: 8601037.

HSL color Cylindrical-coordinate representation of color #CD3D83: hue angle of 330.83º 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 #CD3D83 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB20561131-
CMYK00.700.360.20
HSL330.83º59.02%52.16%-
HSV(B)330.83º70.24%80.39%-
XYZ30.9417.9623.31-
YUV112.04138.71194.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.64%
GREEN value IS 61 (24.22% from 255) = 15.37%
BLUE value IS 131 (51.56% from 255) = 33.00%
R=51.64%
G=15.37%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056113100.700.360.20330.8359.0252.16
HexCD3D83046241414b3b34
Octal31575203010644245137364
Binary11001101111101100000110100011010010010100101001011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd3d83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd3d83; }

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

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

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

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

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

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

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

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