#DD3362

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

Shades of Cerise #DD3362

Tints of Cerise #DD3362

Color information

#DD3362 (or 0xDD3362) is unknown color: approx Cerise. HEX triplet: DD, 33 and 62. RGB value is (221,51,98). Sum of RGB (Red+Green+Blue) = 221+51+98=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3362 is #22CC9D. Grayscale: #6B6B6B. Windows color (decimal): -2280606 or 6435805. OLE color: 6435805.

HSL color Cylindrical-coordinate representation of color #DD3362: hue angle of 343.41º 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 #DD3362 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB2215198-
CMYK00.770.560.13
HSL343.41º71.43%53.33%-
HSV(B)343.41º76.92%86.67%-
XYZ33.2118.6213.4-
YUV107.19122.82209.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.73%
GREEN value IS 51 (20.31% from 255) = 13.78%
BLUE value IS 98 (38.67% from 255) = 26.49%
R=59.73%
G=13.78%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221519800.770.560.13343.4171.4353.33
HexDD336204D38D1574735
Octal335631420115701552710765
Binary1101110111001111000100100110111100011011010101111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3362; }

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

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

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

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

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

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

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

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