#DD0C4D

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

Shades of Razzmatazz #DD0C4D

Tints of Razzmatazz #DD0C4D

Color information

#DD0C4D (or 0xDD0C4D) is unknown color: approx Razzmatazz. HEX triplet: DD, 0C and 4D. RGB value is (221,12,77). Sum of RGB (Red+Green+Blue) = 221+12+77=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0C4D is #22F3B2. Grayscale: #515151. Windows color (decimal): -2290611 or 5049565. OLE color: 5049565.

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

Color convert

RGB2211277-
CMYK00.950.650.13
HSL341.34º89.7%45.69%-
HSV(B)341.34º94.57%86.67%-
XYZ31.2916.178.49-
YUV81.9125.24227.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 71.29%
GREEN value IS 12 (5.08% from 255) = 3.87%
BLUE value IS 77 (30.47% from 255) = 24.84%
R=71.29%
G=3.87%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221127700.950.650.13341.3489.745.69
HexDDC4D05F41D1555a2e
Octal3351411501371011552513256
Binary110111011100100110101011111100000111011010101011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0C4D; }

 p { color: rgb(221,12,77); }

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

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

 a { background-color: rgb(221,12,77); }

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

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

 span { border-color: rgb(221,12,77); }

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