Html Css Color HEX #DC0763 Razzmatazz

📋 copy color: '#DC0763'

red 220 ◦ green 7 ◦ blue 99

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

Shades of Razzmatazz #DC0763

Tints of Razzmatazz #DC0763

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.15%

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

R = 67.48%
G = 2.15%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC0763 (or 0xDC0763) is known color: Razzmatazz. HEX triplet: DC, 07 and 63. RGB value is (220,7,99). Sum of RGB (Red+Green+Blue) = 220+7+99=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0763 is #23F89C. Grayscale: #515151. Windows color (decimal): -2357405 or 6490076. OLE color: 6490076.

HSL color Cylindrical-coordinate representation of color #DC0763: hue angle of 334.08º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0763 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 7 99 -
CMYK 0 0.97 0.55 0.14
HSL 334.08º 0.94% 0.45% -
HSV(B) 334.08º 0.97% 0.86% -
XYZ 31.84 16.27 13.27 -
YUV 81.18 138.07 227.02 -
System Red Green Blue C M Y K H S L
Decimal 220 7 99 0 0.97 0.55 0.14 334.08 0.94 0.45
Hex DC 7 63 0 61 37 E 14E 5E 2D
Octal 334 7 143 0 141 67 16 516 136 55
Binary 11011100 111 1100011 0 1100001 110111 1110 101001110 1011110 101101

Color Harmonies of #DC0763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0763

Black with #DC0763

Text Example


Text Example

White with #DC0763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0763; }

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

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

background-color css

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

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

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

border-color css

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

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

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