Html Css Color HEX #DC0863 Razzmatazz

📋 copy color: '#DC0863'

red 220 ◦ green 8 ◦ blue 99

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

Shades of Razzmatazz #DC0863

Tints of Razzmatazz #DC0863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.45%

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

R = 67.28%
G = 2.45%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC0863 (or 0xDC0863) is known color: Razzmatazz. HEX triplet: DC, 08 and 63. RGB value is (220,8,99). Sum of RGB (Red+Green+Blue) = 220+8+99=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0863 is #23F79C. Grayscale: #515151. Windows color (decimal): -2357149 or 6490332. OLE color: 6490332.

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

Color convert

RGB 220 8 99 -
CMYK 0 0.96 0.55 0.14
HSL 334.25º 0.93% 0.45% -
HSV(B) 334.25º 0.96% 0.86% -
XYZ 31.85 16.29 13.27 -
YUV 81.76 137.74 226.6 -
System Red Green Blue C M Y K H S L
Decimal 220 8 99 0 0.96 0.55 0.14 334.25 0.93 0.45
Hex DC 8 63 0 60 37 E 14E 5D 2D
Octal 334 10 143 0 140 67 16 516 135 55
Binary 11011100 1000 1100011 0 1100000 110111 1110 101001110 1011101 101101

Color Harmonies of #DC0863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0863

Black with #DC0863

Text Example


Text Example

White with #DC0863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0863; }

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

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

background-color css

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

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

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

border-color css

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

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

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