#DD3461

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

Shades of Cerise #DD3461

Tints of Cerise #DD3461

Color information

#DD3461 (or 0xDD3461) is unknown color: approx Cerise. HEX triplet: DD, 34 and 61. RGB value is (221,52,97). Sum of RGB (Red+Green+Blue) = 221+52+97=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3461 is #22CB9E. Grayscale: #6B6B6B. Windows color (decimal): -2280351 or 6370525. OLE color: 6370525.

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

Color convert

RGB2215297-
CMYK00.760.560.13
HSL344.02º71.31%53.53%-
HSV(B)344.02º76.47%86.67%-
XYZ33.218.6913.17-
YUV107.66121.99208.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.73%
GREEN value IS 52 (20.70% from 255) = 14.05%
BLUE value IS 97 (38.28% from 255) = 26.22%
R=59.73%
G=14.05%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221529700.760.560.13344.0271.3153.53
HexDD346104C38D1584736
Octal335641410114701553010766
Binary1101110111010011000010100110011100011011010110001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3461; }

 p { color: rgb(221,52,97); }

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

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

 a { background-color: rgb(221,52,97); }

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

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

 span { border-color: rgb(221,52,97); }

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