Html Css Color HEX #DC0464 Razzmatazz

📋 copy color: '#DC0464'

red 220 ◦ green 4 ◦ blue 100

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

Shades of Razzmatazz #DC0464

Tints of Razzmatazz #DC0464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

 BLUE value IS 100 (39.45% from 255) = 30.86%

R = 67.9%
G = 1.23%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC0464 (or 0xDC0464) is known color: Razzmatazz. HEX triplet: DC, 04 and 64. RGB value is (220,4,100). Sum of RGB (Red+Green+Blue) = 220+4+100=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0464 is #23FB9B. Grayscale: #4F4F4F. Windows color (decimal): -2358172 or 6554844. OLE color: 6554844.

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

Color convert

RGB 220 4 100 -
CMYK 0 0.98 0.55 0.14
HSL 333.33º 0.96% 0.44% -
HSV(B) 333.33º 0.98% 0.86% -
XYZ 31.86 16.22 13.51 -
YUV 79.53 139.56 228.19 -
System Red Green Blue C M Y K H S L
Decimal 220 4 100 0 0.98 0.55 0.14 333.33 0.96 0.44
Hex DC 4 64 0 62 37 E 14D 60 2C
Octal 334 4 144 0 142 67 16 515 140 54
Binary 11011100 100 1100100 0 1100010 110111 1110 101001101 1100000 101100

Color Harmonies of #DC0464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0464

Black with #DC0464

Text Example


Text Example

White with #DC0464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0464; }

 p { color: rgb(220,4,100); }

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

background-color css

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

 a { background-color: rgb(220,4,100); }

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

border-color css

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

 span { border-color: rgb(220,4,100); }

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