#CD2889

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

Shades of Deep Cerise #CD2889

Tints of Deep Cerise #CD2889

Color information

#CD2889 (or 0xCD2889) is unknown color: approx Deep Cerise. HEX triplet: CD, 28 and 89. RGB value is (205,40,137). Sum of RGB (Red+Green+Blue) = 205+40+137=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2889 is #32D776. Grayscale: #646464. Windows color (decimal): -3331959 or 8988877. OLE color: 8988877.

HSL color Cylindrical-coordinate representation of color #CD2889: hue angle of 324.73º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2889 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB20540137-
CMYK00.800.330.20
HSL324.73º67.35%48.04%-
HSV(B)324.73º80.49%80.39%-
XYZ30.4516.325.21-
YUV100.39148.66202.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.66%
GREEN value IS 40 (16.02% from 255) = 10.47%
BLUE value IS 137 (53.91% from 255) = 35.86%
R=53.66%
G=10.47%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2054013700.800.330.20324.7367.3548.04
HexCD288905021141454330
Octal315502110120412450510360
Binary110011011010001000100101010000100001101001010001011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2889; }

 p { color: rgb(205,40,137); }

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

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

 a { background-color: rgb(205,40,137); }

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

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

 span { border-color: rgb(205,40,137); }

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