#CD226E

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

Shades of Cerise #CD226E

Tints of Cerise #CD226E

Color information

#CD226E (or 0xCD226E) is unknown color: approx Cerise. HEX triplet: CD, 22 and 6E. RGB value is (205,34,110). Sum of RGB (Red+Green+Blue) = 205+34+110=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD226E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD226E is #32DD91. Grayscale: #5D5D5D. Windows color (decimal): -3333522 or 7217869. OLE color: 7217869.

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

Color convert

RGB20534110-
CMYK00.830.460.20
HSL333.33º71.55%46.86%-
HSV(B)333.33º83.41%80.39%-
XYZ28.5615.2516.19-
YUV93.79137.15207.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 58.74%
GREEN value IS 34 (13.67% from 255) = 9.74%
BLUE value IS 110 (43.36% from 255) = 31.52%
R=58.74%
G=9.74%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2053411000.830.460.20333.3371.5546.86
HexCD226E0532E1414d482f
Octal315421560123562451511057
Binary11001101100010110111001010011101110101001010011011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD226E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD226E; }

 p { color: rgb(205,34,110); }

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

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

 a { background-color: rgb(205,34,110); }

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

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

 span { border-color: rgb(205,34,110); }

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