#CD288A

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

Shades of Deep Cerise #CD288A

Tints of Deep Cerise #CD288A

Color information

#CD288A (or 0xCD288A) is unknown color: approx Deep Cerise. HEX triplet: CD, 28 and 8A. RGB value is (205,40,138). Sum of RGB (Red+Green+Blue) = 205+40+138=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD288A is #32D775. Grayscale: #646464. Windows color (decimal): -3331958 or 9054413. OLE color: 9054413.

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

Color convert

RGB20540138-
CMYK00.800.330.20
HSL324.36º67.35%48.04%-
HSV(B)324.36º80.49%80.39%-
XYZ30.5216.3325.59-
YUV100.51149.16202.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.52%
GREEN value IS 40 (16.02% from 255) = 10.44%
BLUE value IS 138 (54.30% from 255) = 36.03%
R=53.52%
G=10.44%
B=36.03%

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
Decimal2054013800.800.330.20324.3667.3548.04
HexCD288A05021141444330
Octal315502120120412450410360
Binary110011011010001000101001010000100001101001010001001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD288A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD288A; }

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

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

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

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

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

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

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

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