#d90060

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

Shades of Razzmatazz #D90060

Tints of Razzmatazz #D90060

Color information

#D90060 (or 0xD90060) is unknown color: approx Razzmatazz. HEX triplet: D9, 00 and 60. RGB value is (217,0,96). Sum of RGB (Red+Green+Blue) = 217+0+96=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D90060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90060 is #26FF9F. Grayscale: #4B4B4B. Windows color (decimal): -2555808 or 6291673. OLE color: 6291673.

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

Color convert

RGB217096-
CMYK010.560.15
HSL333.46º100%42.55%-
HSV(B)333.46º100%85.1%-
XYZ30.7315.612.46-
YUV75.83139.39228.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 69.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 30.67%
R=69.33%
G=0%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217096010.560.15333.4610042.55
HexD906006438F14d642b
Octal33101400144701751514453
Binary11011001011000000110010011100011111010011011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d90060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d90060; }

 p { color: rgb(217,0,96); }

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

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

 a { background-color: rgb(217,0,96); }

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

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

 span { border-color: rgb(217,0,96); }

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