Html Css Color HEX #DC005A Razzmatazz

📋 copy color: '#DC005A'

red 220 ◦ green 0 ◦ blue 90

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

Shades of Razzmatazz #DC005A

Tints of Razzmatazz #DC005A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.03%

R = 70.97%
G = 0%
B = 29.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC005A (or 0xDC005A) is known color: Razzmatazz. HEX triplet: DC, 00 and 5A. RGB value is (220,0,90). Sum of RGB (Red+Green+Blue) = 220+0+90=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC005A is #23FFA5. Grayscale: #4B4B4B. Windows color (decimal): -2359206 or 5898460. OLE color: 5898460.

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

Color convert

RGB 220 0 90 -
CMYK 0 1 0.59 0.14
HSL 335.45º 1% 0.43% -
HSV(B) 335.45º 1% 0.86% -
XYZ 31.36 15.95 11.1 -
YUV 76.04 135.89 230.68 -
System Red Green Blue C M Y K H S L
Decimal 220 0 90 0 1 0.59 0.14 335.45 1 0.43
Hex DC 0 5A 0 64 3B E 14F 64 2B
Octal 334 0 132 0 144 73 16 517 144 53
Binary 11011100 0 1011010 0 1100100 111011 1110 101001111 1100100 101011

Color Harmonies of #DC005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC005A

Black with #DC005A

Text Example


Text Example

White with #DC005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC005A; }

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

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

background-color css

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

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

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

border-color css

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

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

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