Html Css Color HEX #DC005E Razzmatazz

📋 copy color: '#DC005E'

red 220 ◦ green 0 ◦ blue 94

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

Shades of Razzmatazz #DC005E

Tints of Razzmatazz #DC005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.94%

R = 70.06%
G = 0%
B = 29.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC005E (or 0xDC005E) is known color: Razzmatazz. HEX triplet: DC, 00 and 5E. RGB value is (220,0,94). Sum of RGB (Red+Green+Blue) = 220+0+94=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC005E is #23FFA1. Grayscale: #4C4C4C. Windows color (decimal): -2359202 or 6160604. OLE color: 6160604.

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

Color convert

RGB 220 0 94 -
CMYK 0 1 0.57 0.14
HSL 334.36º 1% 0.43% -
HSV(B) 334.36º 1% 0.86% -
XYZ 31.54 16.02 12.02 -
YUV 76.5 137.89 230.36 -
System Red Green Blue C M Y K H S L
Decimal 220 0 94 0 1 0.57 0.14 334.36 1 0.43
Hex DC 0 5E 0 64 39 E 14E 64 2B
Octal 334 0 136 0 144 71 16 516 144 53
Binary 11011100 0 1011110 0 1100100 111001 1110 101001110 1100100 101011

Color Harmonies of #DC005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC005E

Black with #DC005E

Text Example


Text Example

White with #DC005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC005E; }

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

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

background-color css

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

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

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

border-color css

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

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

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