Html Css Color HEX #DC0073 Razzmatazz

📋 copy color: '#DC0073'

red 220 ◦ green 0 ◦ blue 115

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

Shades of Razzmatazz #DC0073

Tints of Razzmatazz #DC0073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.33%

R = 65.67%
G = 0%
B = 34.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC0073 (or 0xDC0073) is known color: Razzmatazz. HEX triplet: DC, 00 and 73. RGB value is (220,0,115). Sum of RGB (Red+Green+Blue) = 220+0+115=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0073 is #23FF8C. Grayscale: #4E4E4E. Windows color (decimal): -2359181 or 7536860. OLE color: 7536860.

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

Color convert

RGB 220 0 115 -
CMYK 0 1 0.48 0.14
HSL 328.64º 1% 0.43% -
HSV(B) 328.64º 1% 0.86% -
XYZ 32.61 16.45 17.68 -
YUV 78.89 148.39 228.65 -
System Red Green Blue C M Y K H S L
Decimal 220 0 115 0 1 0.48 0.14 328.64 1 0.43
Hex DC 0 73 0 64 30 E 149 64 2B
Octal 334 0 163 0 144 60 16 511 144 53
Binary 11011100 0 1110011 0 1100100 110000 1110 101001001 1100100 101011

Color Harmonies of #DC0073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0073

Black with #DC0073

Text Example


Text Example

White with #DC0073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0073; }

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

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

background-color css

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

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

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

border-color css

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

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

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