#d50067

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

Shades of Razzmatazz #D50067

Tints of Razzmatazz #D50067

Color information

#D50067 (or 0xD50067) is unknown color: approx Razzmatazz. HEX triplet: D5, 00 and 67. RGB value is (213,0,103). Sum of RGB (Red+Green+Blue) = 213+0+103=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D50067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50067 is #2AFF98. Grayscale: #4B4B4B. Windows color (decimal): -2817945 or 6750421. OLE color: 6750421.

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

Color convert

RGB2130103-
CMYK010.520.16
HSL330.99º100%41.76%-
HSV(B)330.99º100%83.53%-
XYZ29.8915.1314.18-
YUV75.43143.57226.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 67.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 103 (40.62% from 255) = 32.59%
R=67.41%
G=0%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2130103010.520.16330.9910041.76
HexD5067064341014b642a
Octal32501470144642051314452
Binary110101010110011101100100110100100001010010111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d50067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d50067; }

 p { color: rgb(213,0,103); }

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

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

 a { background-color: rgb(213,0,103); }

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

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

 span { border-color: rgb(213,0,103); }

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