#DD468B

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

Shades of Deep Cerise #DD468B

Tints of Deep Cerise #DD468B

Color information

#DD468B (or 0xDD468B) is unknown color: approx Deep Cerise. HEX triplet: DD, 46 and 8B. RGB value is (221,70,139). Sum of RGB (Red+Green+Blue) = 221+70+139=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD468B is #22B974. Grayscale: #7A7A7A. Windows color (decimal): -2275701 or 9127645. OLE color: 9127645.

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

Color convert

RGB22170139-
CMYK00.680.370.13
HSL332.58º68.95%57.06%-
HSV(B)332.58º68.33%86.67%-
XYZ36.6721.6226.67-
YUV123.01137.03197.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.40%
GREEN value IS 70 (27.73% from 255) = 16.28%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=51.40%
G=16.28%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217013900.680.370.13332.5868.9557.06
HexDD468B04425D14d4539
Octal3351062130104451551510571
Binary110111011000110100010110100010010010111011010011011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD468B; }

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

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

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

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

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

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

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

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