Html Css Color HEX #DC0060 Razzmatazz

📋 copy color: '#DC0060'

red 220 ◦ green 0 ◦ blue 96

#DC0060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzmatazz #DC0060

Tints of Razzmatazz #DC0060

RGB

 RED value IS 220 (86.33% from 255) = 69.62%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 96 (37.89% from 255) = 30.38%

R = 69.62%
G = 0%
B = 30.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC0060 (or 0xDC0060) is known color: Razzmatazz. HEX triplet: DC, 00 and 60. RGB value is (220,0,96). Sum of RGB (Red+Green+Blue) = 220+0+96=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0060 is #23FF9F. Grayscale: #4C4C4C. Windows color (decimal): -2359200 or 6291676. OLE color: 6291676.

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

Color convert

RGB 220 0 96 -
CMYK 0 1 0.56 0.14
HSL 333.82º 1% 0.43% -
HSV(B) 333.82º 1% 0.86% -
XYZ 31.63 16.06 12.5 -
YUV 76.72 138.89 230.19 -
System Red Green Blue C M Y K H S L
Decimal 220 0 96 0 1 0.56 0.14 333.82 1 0.43
Hex DC 0 60 0 64 38 E 14E 64 2B
Octal 334 0 140 0 144 70 16 516 144 53
Binary 11011100 0 1100000 0 1100100 111000 1110 101001110 1100100 101011

Color Harmonies of #DC0060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0060

Black with #DC0060

Text Example


Text Example

White with #DC0060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0060; }

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

 H1.HeaderClassName
 {
   color: #DC0060;
 }
 .AnyTagClassName
 {
   color: #DC0060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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