#CD398B

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

Shades of Deep Cerise #CD398B

Tints of Deep Cerise #CD398B

Color information

#CD398B (or 0xCD398B) is unknown color: approx Deep Cerise. HEX triplet: CD, 39 and 8B. RGB value is (205,57,139). Sum of RGB (Red+Green+Blue) = 205+57+139=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD398B is #32C674. Grayscale: #6E6E6E. Windows color (decimal): -3327605 or 9124301. OLE color: 9124301.

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

Color convert

RGB20557139-
CMYK00.720.320.20
HSL326.76º59.68%51.37%-
HSV(B)326.76º72.2%80.39%-
XYZ31.317.7726.21-
YUV110.6144.03195.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.12%
GREEN value IS 57 (22.66% from 255) = 14.21%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=51.12%
G=14.21%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055713900.720.320.20326.7659.6851.37
HexCD398B04820141473c33
Octal31571213011040245077463
Binary11001101111001100010110100100010000010100101000111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD398B; }

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

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

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

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

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

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

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

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