#DD34A8

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

Shades of Deep Cerise #DD34A8

Tints of Deep Cerise #DD34A8

Color information

#DD34A8 (or 0xDD34A8) is unknown color: approx Deep Cerise. HEX triplet: DD, 34 and A8. RGB value is (221,52,168). Sum of RGB (Red+Green+Blue) = 221+52+168=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD34A8 is #22CB57. Grayscale: #737373. Windows color (decimal): -2280280 or 11023581. OLE color: 11023581.

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

Color convert

RGB22152168-
CMYK00.760.240.13
HSL318.82º71.31%53.53%-
HSV(B)318.82º76.47%86.67%-
XYZ38.1120.6639.02-
YUV115.76157.49203.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.11%
GREEN value IS 52 (20.70% from 255) = 11.79%
BLUE value IS 168 (66.02% from 255) = 38.10%
R=50.11%
G=11.79%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215216800.760.240.13318.8271.3153.53
HexDD34A804C18D13f4736
Octal335642500114301547710766
Binary1101110111010010101000010011001100011011001111111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD34A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD34A8; }

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

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

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

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

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

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

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

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