#dd0f4e

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

Shades of Razzmatazz #DD0F4E

Tints of Razzmatazz #DD0F4E

Color information

#DD0F4E (or 0xDD0F4E) is unknown color: approx Razzmatazz. HEX triplet: DD, 0F and 4E. RGB value is (221,15,78). Sum of RGB (Red+Green+Blue) = 221+15+78=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F4E is #22F0B1. Grayscale: #535353. Windows color (decimal): -2289842 or 5115869. OLE color: 5115869.

HSL color Cylindrical-coordinate representation of color #DD0F4E: hue angle of 341.65º degrees, saturation: 0.87, 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 #DD0F4E is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB2211578-
CMYK00.930.650.13
HSL341.65º87.29%46.27%-
HSV(B)341.65º93.21%86.67%-
XYZ31.3616.268.69-
YUV83.78124.75225.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 70.38%
GREEN value IS 15 (6.25% from 255) = 4.78%
BLUE value IS 78 (30.86% from 255) = 24.84%
R=70.38%
G=4.78%
B=24.84%

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
Decimal221157800.930.650.13341.6587.2946.27
HexDDF4E05D41D156572e
Octal3351711601351011552612756
Binary110111011111100111001011101100000111011010101101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd0f4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd0f4e; }

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

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

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

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

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

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

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

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