#CD2B6D

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

Shades of Cerise #CD2B6D

Tints of Cerise #CD2B6D

Color information

#CD2B6D (or 0xCD2B6D) is unknown color: approx Cerise. HEX triplet: CD, 2B and 6D. RGB value is (205,43,109). Sum of RGB (Red+Green+Blue) = 205+43+109=357 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.42% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2B6D is #32D492. Grayscale: #626262. Windows color (decimal): -3331219 or 7154637. OLE color: 7154637.

HSL color Cylindrical-coordinate representation of color #CD2B6D: hue angle of 335.56º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2B6D is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB20543109-
CMYK00.790.470.20
HSL335.56º65.32%48.63%-
HSV(B)335.56º79.02%80.39%-
XYZ28.815.8116-
YUV98.96133.67203.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.42%
GREEN value IS 43 (17.19% from 255) = 12.04%
BLUE value IS 109 (42.97% from 255) = 30.53%
R=57.42%
G=12.04%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2054310900.790.470.20335.5665.3248.63
HexCD2B6D04F2F141504131
Octal315531550117572452010161
Binary11001101101011110110101001111101111101001010100001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2B6D; }

 p { color: rgb(205,43,109); }

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

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

 a { background-color: rgb(205,43,109); }

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

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

 span { border-color: rgb(205,43,109); }

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