#D60168

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

Shades of Razzmatazz #D60168

Tints of Razzmatazz #D60168

Color information

#D60168 (or 0xD60168) is unknown color: approx Razzmatazz. HEX triplet: D6, 01 and 68. RGB value is (214,1,104). Sum of RGB (Red+Green+Blue) = 214+1+104=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D60168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60168 is #29FE97. Grayscale: #4C4C4C. Windows color (decimal): -2752152 or 6816214. OLE color: 6816214.

HSL color Cylindrical-coordinate representation of color #D60168: hue angle of 330.99º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60168 is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB2141104-
CMYK01.000.510.16
HSL330.99º99.07%42.16%-
HSV(B)330.99º99.53%83.92%-
XYZ30.2415.3214.46-
YUV76.43143.57226.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 67.08%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=67.08%
G=0.31%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214110401.000.510.16330.9999.0742.16
HexD6168064331014b632a
Octal32611500144632051314352
Binary110101101110100001100100110011100001010010111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60168; }

 p { color: rgb(214,1,104); }

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

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

 a { background-color: rgb(214,1,104); }

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

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

 span { border-color: rgb(214,1,104); }

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