#DD266C

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

Shades of Cerise #DD266C

Tints of Cerise #DD266C

Color information

#DD266C (or 0xDD266C) is unknown color: approx Cerise. HEX triplet: DD, 26 and 6C. RGB value is (221,38,108). Sum of RGB (Red+Green+Blue) = 221+38+108=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD266C is #22D993. Grayscale: #646464. Windows color (decimal): -2283924 or 7087837. OLE color: 7087837.

HSL color Cylindrical-coordinate representation of color #DD266C: hue angle of 337.05º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD266C is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB22138108-
CMYK00.830.510.13
HSL337.05º72.91%50.78%-
HSV(B)337.05º82.81%86.67%-
XYZ33.2217.8415.88-
YUV100.7132.13213.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.22%
GREEN value IS 38 (15.23% from 255) = 10.35%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=60.22%
G=10.35%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213810800.830.510.13337.0572.9150.78
HexDD266C05333D1514933
Octal335461540123631552111163
Binary1101110110011011011000101001111001111011010100011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD266C; }

 p { color: rgb(221,38,108); }

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

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

 a { background-color: rgb(221,38,108); }

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

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

 span { border-color: rgb(221,38,108); }

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