#D60855

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

Shades of Razzmatazz #D60855

Tints of Razzmatazz #D60855

Color information

#D60855 (or 0xD60855) is unknown color: approx Razzmatazz. HEX triplet: D6, 08 and 55. RGB value is (214,8,85). Sum of RGB (Red+Green+Blue) = 214+8+85=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D60855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60855 is #29F7AA. Grayscale: #4E4E4E. Windows color (decimal): -2750379 or 5572822. OLE color: 5572822.

HSL color Cylindrical-coordinate representation of color #D60855: hue angle of 337.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60855 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB214885-
CMYK00.960.600.16
HSL337.57º92.79%43.53%-
HSV(B)337.57º96.26%83.92%-
XYZ29.4615.139.96-
YUV78.37131.75224.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 69.71%
GREEN value IS 8 (3.52% from 255) = 2.61%
BLUE value IS 85 (33.59% from 255) = 27.69%
R=69.71%
G=2.61%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21488500.960.600.16337.5792.7943.53
HexD68550603C101525d2c
Octal326101250140742052213554
Binary110101101000101010101100000111100100001010100101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60855; }

 p { color: rgb(214,8,85); }

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

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

 a { background-color: rgb(214,8,85); }

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

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

 span { border-color: rgb(214,8,85); }

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