#D80065

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

Shades of Razzmatazz #D80065

Tints of Razzmatazz #D80065

Color information

#D80065 (or 0xD80065) is unknown color: approx Razzmatazz. HEX triplet: D8, 00 and 65. RGB value is (216,0,101). Sum of RGB (Red+Green+Blue) = 216+0+101=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D80065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80065 is #27FF9A. Grayscale: #4B4B4B. Windows color (decimal): -2621339 or 6619352. OLE color: 6619352.

HSL color Cylindrical-coordinate representation of color #D80065: hue angle of 331.94º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80065 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB2160101-
CMYK010.530.15
HSL331.94º100%42.35%-
HSV(B)331.94º100%84.71%-
XYZ30.6715.5413.69-
YUV76.1142.06227.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 68.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 101 (39.84% from 255) = 31.86%
R=68.14%
G=0%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2160101010.530.15331.9410042.35
HexD806506435F14c642a
Octal33001450144651751414452
Binary11011000011001010110010011010111111010011001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80065; }

 p { color: rgb(216,0,101); }

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

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

 a { background-color: rgb(216,0,101); }

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

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

 span { border-color: rgb(216,0,101); }

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