#DD3368

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

Shades of Cerise #DD3368

Tints of Cerise #DD3368

Color information

#DD3368 (or 0xDD3368) is unknown color: approx Cerise. HEX triplet: DD, 33 and 68. RGB value is (221,51,104). Sum of RGB (Red+Green+Blue) = 221+51+104=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3368 is #22CC97. Grayscale: #6B6B6B. Windows color (decimal): -2280600 or 6829021. OLE color: 6829021.

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

Color convert

RGB22151104-
CMYK00.770.530.13
HSL341.29º71.43%53.33%-
HSV(B)341.29º76.92%86.67%-
XYZ33.518.7414.95-
YUV107.87125.82208.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.78%
GREEN value IS 51 (20.31% from 255) = 13.56%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=58.78%
G=13.56%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215110400.770.530.13341.2971.4353.33
HexDD336804D35D1554735
Octal335631500115651552510765
Binary1101110111001111010000100110111010111011010101011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3368; }

 p { color: rgb(221,51,104); }

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

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

 a { background-color: rgb(221,51,104); }

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

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

 span { border-color: rgb(221,51,104); }

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