Html Css Color HEX #DC0063 Razzmatazz

📋 copy color: '#DC0063'

red 220 ◦ green 0 ◦ blue 99

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

Shades of Razzmatazz #DC0063

Tints of Razzmatazz #DC0063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.03%

R = 68.97%
G = 0%
B = 31.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC0063 (or 0xDC0063) is known color: Razzmatazz. HEX triplet: DC, 00 and 63. RGB value is (220,0,99). Sum of RGB (Red+Green+Blue) = 220+0+99=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0063 is #23FF9C. Grayscale: #4C4C4C. Windows color (decimal): -2359197 or 6488284. OLE color: 6488284.

HSL color Cylindrical-coordinate representation of color #DC0063: hue angle of 333º 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 #DC0063 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 0 99 -
CMYK 0 1 0.55 0.14
HSL 333º 1% 0.43% -
HSV(B) 333º 1% 0.86% -
XYZ 31.77 16.12 13.24 -
YUV 77.07 140.39 229.95 -
System Red Green Blue C M Y K H S L
Decimal 220 0 99 0 1 0.55 0.14 333 1 0.43
Hex DC 0 63 0 64 37 E 14D 64 2B
Octal 334 0 143 0 144 67 16 515 144 53
Binary 11011100 0 1100011 0 1100100 110111 1110 101001101 1100100 101011

Color Harmonies of #DC0063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0063

Black with #DC0063

Text Example


Text Example

White with #DC0063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0063; }

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

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

background-color css

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

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

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

border-color css

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

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

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