#D60750

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

Shades of Razzmatazz #D60750

Tints of Razzmatazz #D60750

Color information

#D60750 (or 0xD60750) is unknown color: approx Razzmatazz. HEX triplet: D6, 07 and 50. RGB value is (214,7,80). Sum of RGB (Red+Green+Blue) = 214+7+80=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D60750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60750 is #29F8AF. Grayscale: #4D4D4D. Windows color (decimal): -2750640 or 5244886. OLE color: 5244886.

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

Color convert

RGB214780-
CMYK00.970.630.16
HSL338.84º93.67%43.33%-
HSV(B)338.84º96.73%83.92%-
XYZ29.2615.038.95-
YUV77.22129.58225.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 71.10%
GREEN value IS 7 (3.12% from 255) = 2.33%
BLUE value IS 80 (31.64% from 255) = 26.58%
R=71.10%
G=2.33%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21478000.970.630.16338.8493.6743.33
HexD67500613F101535e2b
Octal32671200141772052313653
Binary11010110111101000001100001111111100001010100111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60750; }

 p { color: rgb(214,7,80); }

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

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

 a { background-color: rgb(214,7,80); }

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

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

 span { border-color: rgb(214,7,80); }

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