Html Css Color HEX #DC005F Razzmatazz

📋 copy color: '#DC005F'

red 220 ◦ green 0 ◦ blue 95

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

Shades of Razzmatazz #DC005F

Tints of Razzmatazz #DC005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.16%

R = 69.84%
G = 0%
B = 30.16%

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

#DC005F (or 0xDC005F) is known color: Razzmatazz. HEX triplet: DC, 00 and 5F. RGB value is (220,0,95). Sum of RGB (Red+Green+Blue) = 220+0+95=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC005F is #23FFA0. Grayscale: #4C4C4C. Windows color (decimal): -2359201 or 6226140. OLE color: 6226140.

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

Color convert

RGB 220 0 95 -
CMYK 0 1 0.57 0.14
HSL 334.09º 1% 0.43% -
HSV(B) 334.09º 1% 0.86% -
XYZ 31.58 16.04 12.26 -
YUV 76.61 138.39 230.28 -
System Red Green Blue C M Y K H S L
Decimal 220 0 95 0 1 0.57 0.14 334.09 1 0.43
Hex DC 0 5F 0 64 39 E 14E 64 2B
Octal 334 0 137 0 144 71 16 516 144 53
Binary 11011100 0 1011111 0 1100100 111001 1110 101001110 1100100 101011

Color Harmonies of #DC005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC005F

Black with #DC005F

Text Example


Text Example

White with #DC005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC005F; }

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

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

background-color css

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

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

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

border-color css

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

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

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