#DD114E

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

Shades of Razzmatazz #DD114E

Tints of Razzmatazz #DD114E

Color information

#DD114E (or 0xDD114E) is unknown color: approx Razzmatazz. HEX triplet: DD, 11 and 4E. RGB value is (221,17,78). Sum of RGB (Red+Green+Blue) = 221+17+78=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD114E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD114E is #22EEB1. Grayscale: #545454. Windows color (decimal): -2289330 or 5116381. OLE color: 5116381.

HSL color Cylindrical-coordinate representation of color #DD114E: hue angle of 342.06º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD114E is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB2211778-
CMYK00.920.650.13
HSL342.06º85.71%46.67%-
HSV(B)342.06º92.31%86.67%-
XYZ31.3916.328.7-
YUV84.95124.09225.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 69.94%
GREEN value IS 17 (7.03% from 255) = 5.38%
BLUE value IS 78 (30.86% from 255) = 24.68%
R=69.94%
G=5.38%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221177800.920.650.13342.0685.7146.67
HexDD114E05C41D156562f
Octal3352111601341011552612657
Binary1101110110001100111001011100100000111011010101101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD114E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD114E; }

 p { color: rgb(221,17,78); }

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

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

 a { background-color: rgb(221,17,78); }

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

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

 span { border-color: rgb(221,17,78); }

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