#DD34A7

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

Shades of Deep Cerise #DD34A7

Tints of Deep Cerise #DD34A7

Color information

#DD34A7 (or 0xDD34A7) is unknown color: approx Deep Cerise. HEX triplet: DD, 34 and A7. RGB value is (221,52,167). Sum of RGB (Red+Green+Blue) = 221+52+167=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD34A7 is #22CB58. Grayscale: #737373. Windows color (decimal): -2280281 or 10958045. OLE color: 10958045.

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

Color convert

RGB22152167-
CMYK00.760.240.13
HSL319.17º71.31%53.53%-
HSV(B)319.17º76.47%86.67%-
XYZ38.0220.6238.53-
YUV115.64156.99203.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.23%
GREEN value IS 52 (20.70% from 255) = 11.82%
BLUE value IS 167 (65.62% from 255) = 37.95%
R=50.23%
G=11.82%
B=37.95%

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
Decimal2215216700.760.240.13319.1771.3153.53
HexDD34A704C18D13f4736
Octal335642470114301547710766
Binary1101110111010010100111010011001100011011001111111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD34A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD34A7; }

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

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

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

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

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

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

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

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