Html Css Color HEX #DC0055 Razzmatazz

📋 copy color: '#DC0055'

red 220 ◦ green 0 ◦ blue 85

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

Shades of Razzmatazz #DC0055

Tints of Razzmatazz #DC0055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.87%

R = 72.13%
G = 0%
B = 27.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC0055 (or 0xDC0055) is known color: Razzmatazz. HEX triplet: DC, 00 and 55. RGB value is (220,0,85). Sum of RGB (Red+Green+Blue) = 220+0+85=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0055 is #23FFAA. Grayscale: #4B4B4B. Windows color (decimal): -2359211 or 5570780. OLE color: 5570780.

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

Color convert

RGB 220 0 85 -
CMYK 0 1 0.61 0.14
HSL 336.82º 1% 0.43% -
HSV(B) 336.82º 1% 0.86% -
XYZ 31.15 15.87 10.02 -
YUV 75.47 133.39 231.09 -
System Red Green Blue C M Y K H S L
Decimal 220 0 85 0 1 0.61 0.14 336.82 1 0.43
Hex DC 0 55 0 64 3D E 151 64 2B
Octal 334 0 125 0 144 75 16 521 144 53
Binary 11011100 0 1010101 0 1100100 111101 1110 101010001 1100100 101011

Color Harmonies of #DC0055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0055

Black with #DC0055

Text Example


Text Example

White with #DC0055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0055; }

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

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

background-color css

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

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

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

border-color css

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

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

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