Html Css Color HEX #DC0553 Razzmatazz

📋 copy color: '#DC0553'

red 220 ◦ green 5 ◦ blue 83

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

Shades of Razzmatazz #DC0553

Tints of Razzmatazz #DC0553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.62%

 BLUE value IS 83 (32.81% from 255) = 26.95%

R = 71.43%
G = 1.62%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC0553 (or 0xDC0553) is known color: Razzmatazz. HEX triplet: DC, 05 and 53. RGB value is (220,5,83). Sum of RGB (Red+Green+Blue) = 220+5+83=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0553 is #23FAAC. Grayscale: #4E4E4E. Windows color (decimal): -2357933 or 5440988. OLE color: 5440988.

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

Color convert

RGB 220 5 83 -
CMYK 0 0.98 0.62 0.14
HSL 338.23º 0.96% 0.44% -
HSV(B) 338.23º 0.98% 0.86% -
XYZ 31.13 15.95 9.62 -
YUV 78.18 130.73 229.16 -
System Red Green Blue C M Y K H S L
Decimal 220 5 83 0 0.98 0.62 0.14 338.23 0.96 0.44
Hex DC 5 53 0 62 3E E 152 60 2C
Octal 334 5 123 0 142 76 16 522 140 54
Binary 11011100 101 1010011 0 1100010 111110 1110 101010010 1100000 101100

Color Harmonies of #DC0553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0553

Black with #DC0553

Text Example


Text Example

White with #DC0553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0553; }

 p { color: rgb(220,5,83); }

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

background-color css

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

 a { background-color: rgb(220,5,83); }

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

border-color css

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

 span { border-color: rgb(220,5,83); }

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