#CD398D

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

Shades of Deep Cerise #CD398D

Tints of Deep Cerise #CD398D

Color information

#CD398D (or 0xCD398D) is unknown color: approx Deep Cerise. HEX triplet: CD, 39 and 8D. RGB value is (205,57,141). Sum of RGB (Red+Green+Blue) = 205+57+141=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD398D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD398D is #32C672. Grayscale: #6E6E6E. Windows color (decimal): -3327603 or 9255373. OLE color: 9255373.

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

Color convert

RGB20557141-
CMYK00.720.310.20
HSL325.95º59.68%51.37%-
HSV(B)325.95º72.2%80.39%-
XYZ31.4517.8326.98-
YUV110.83145.03195.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.87%
GREEN value IS 57 (22.66% from 255) = 14.14%
BLUE value IS 141 (55.47% from 255) = 34.99%
R=50.87%
G=14.14%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055714100.720.310.20325.9559.6851.37
HexCD398D0481F141463c33
Octal31571215011037245067463
Binary1100110111100110001101010010001111110100101000110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD398D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD398D; }

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

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

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

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

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

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

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

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