#DD104E

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

Shades of Razzmatazz #DD104E

Tints of Razzmatazz #DD104E

Color information

#DD104E (or 0xDD104E) is unknown color: approx Razzmatazz. HEX triplet: DD, 10 and 4E. RGB value is (221,16,78). Sum of RGB (Red+Green+Blue) = 221+16+78=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD104E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD104E is #22EFB1. Grayscale: #545454. Windows color (decimal): -2289586 or 5116125. OLE color: 5116125.

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

Color convert

RGB2211678-
CMYK00.930.650.13
HSL341.85º86.5%46.47%-
HSV(B)341.85º92.76%86.67%-
XYZ31.3816.298.7-
YUV84.36124.42225.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 70.16%
GREEN value IS 16 (6.64% from 255) = 5.08%
BLUE value IS 78 (30.86% from 255) = 24.76%
R=70.16%
G=5.08%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221167800.930.650.13341.8586.546.47
HexDD104E05D41D156562e
Octal3352011601351011552612656
Binary1101110110000100111001011101100000111011010101101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD104E; }

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

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

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

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

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

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

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

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