#DD468D

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

Shades of Deep Cerise #DD468D

Tints of Deep Cerise #DD468D

Color information

#DD468D (or 0xDD468D) is unknown color: approx Deep Cerise. HEX triplet: DD, 46 and 8D. RGB value is (221,70,141). Sum of RGB (Red+Green+Blue) = 221+70+141=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD468D is #22B972. Grayscale: #7B7B7B. Windows color (decimal): -2275699 or 9258717. OLE color: 9258717.

HSL color Cylindrical-coordinate representation of color #DD468D: hue angle of 331.79º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD468D is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB22170141-
CMYK00.680.360.13
HSL331.79º68.95%57.06%-
HSV(B)331.79º68.33%86.67%-
XYZ36.8221.6827.44-
YUV123.24138.03197.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.16%
GREEN value IS 70 (27.73% from 255) = 16.20%
BLUE value IS 141 (55.47% from 255) = 32.64%
R=51.16%
G=16.20%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217014100.680.360.13331.7968.9557.06
HexDD468D04424D14c4539
Octal3351062150104441551410571
Binary110111011000110100011010100010010010011011010011001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD468D; }

 p { color: rgb(221,70,141); }

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

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

 a { background-color: rgb(221,70,141); }

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

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

 span { border-color: rgb(221,70,141); }

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