#DD0367

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

Shades of Razzmatazz #DD0367

Tints of Razzmatazz #DD0367

Color information

#DD0367 (or 0xDD0367) is unknown color: approx Razzmatazz. HEX triplet: DD, 03 and 67. RGB value is (221,3,103). Sum of RGB (Red+Green+Blue) = 221+3+103=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0367 is #22FC98. Grayscale: #4F4F4F. Windows color (decimal): -2292889 or 6751197. OLE color: 6751197.

HSL color Cylindrical-coordinate representation of color #DD0367: hue angle of 332.48º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0367 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB2213103-
CMYK00.990.530.13
HSL332.48º97.32%43.92%-
HSV(B)332.48º98.64%86.67%-
XYZ32.316.4214.3-
YUV79.58141.22228.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 67.58%
GREEN value IS 3 (1.56% from 255) = 0.92%
BLUE value IS 103 (40.62% from 255) = 31.50%
R=67.58%
G=0.92%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221310300.990.530.13332.4897.3243.92
HexDD36706335D14c612c
Octal33531470143651551414154
Binary110111011111001110110001111010111011010011001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0367; }

 p { color: rgb(221,3,103); }

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

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

 a { background-color: rgb(221,3,103); }

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

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

 span { border-color: rgb(221,3,103); }

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