#DD2467

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

Shades of Cerise #DD2467

Tints of Cerise #DD2467

Color information

#DD2467 (or 0xDD2467) is unknown color: approx Cerise. HEX triplet: DD, 24 and 67. RGB value is (221,36,103). Sum of RGB (Red+Green+Blue) = 221+36+103=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2467 is #22DB98. Grayscale: #626262. Windows color (decimal): -2284441 or 6759645. OLE color: 6759645.

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

Color convert

RGB22136103-
CMYK00.840.530.13
HSL338.27º73.12%50.39%-
HSV(B)338.27º83.71%86.67%-
XYZ32.917.6114.5-
YUV98.95130.29215.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 61.39%
GREEN value IS 36 (14.45% from 255) = 10%
BLUE value IS 103 (40.62% from 255) = 28.61%
R=61.39%
G=10%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213610300.840.530.13338.2773.1250.39
HexDD246705435D1524932
Octal335441470124651552211162
Binary1101110110010011001110101010011010111011010100101001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2467; }

 p { color: rgb(221,36,103); }

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

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

 a { background-color: rgb(221,36,103); }

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

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

 span { border-color: rgb(221,36,103); }

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