#D70268

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

Shades of Razzmatazz #D70268

Tints of Razzmatazz #D70268

Color information

#D70268 (or 0xD70268) is unknown color: approx Razzmatazz. HEX triplet: D7, 02 and 68. RGB value is (215,2,104). Sum of RGB (Red+Green+Blue) = 215+2+104=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D70268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70268 is #28FD97. Grayscale: #4D4D4D. Windows color (decimal): -2686360 or 6816471. OLE color: 6816471.

HSL color Cylindrical-coordinate representation of color #D70268: hue angle of 331.27º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70268 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB2152104-
CMYK00.990.520.16
HSL331.27º98.16%42.55%-
HSV(B)331.27º99.07%84.31%-
XYZ30.5415.4914.48-
YUV77.32143.07226.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 66.98%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 104 (41.02% from 255) = 32.40%
R=66.98%
G=0.62%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215210400.990.520.16331.2798.1642.55
HexD7268063341014b622b
Octal32721500143642051314253
Binary1101011110110100001100011110100100001010010111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70268; }

 p { color: rgb(215,2,104); }

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

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

 a { background-color: rgb(215,2,104); }

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

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

 span { border-color: rgb(215,2,104); }

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