Html Css Color HEX #DC0661 Razzmatazz

📋 copy color: '#DC0661'

red 220 ◦ green 6 ◦ blue 97

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

Shades of Razzmatazz #DC0661

Tints of Razzmatazz #DC0661

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.86%

 BLUE value IS 97 (38.28% from 255) = 30.03%

R = 68.11%
G = 1.86%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC0661 (or 0xDC0661) is known color: Razzmatazz. HEX triplet: DC, 06 and 61. RGB value is (220,6,97). Sum of RGB (Red+Green+Blue) = 220+6+97=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0661 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0661 is #23F99E. Grayscale: #505050. Windows color (decimal): -2357663 or 6358748. OLE color: 6358748.

HSL color Cylindrical-coordinate representation of color #DC0661: hue angle of 334.49º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0661 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 6 97 -
CMYK 0 0.97 0.56 0.14
HSL 334.49º 0.95% 0.44% -
HSV(B) 334.49º 0.97% 0.86% -
XYZ 31.74 16.21 12.77 -
YUV 80.36 137.4 227.6 -
System Red Green Blue C M Y K H S L
Decimal 220 6 97 0 0.97 0.56 0.14 334.49 0.95 0.44
Hex DC 6 61 0 61 38 E 14E 5F 2C
Octal 334 6 141 0 141 70 16 516 137 54
Binary 11011100 110 1100001 0 1100001 111000 1110 101001110 1011111 101100

Color Harmonies of #DC0661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0661

Black with #DC0661

Text Example


Text Example

White with #DC0661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0661; }

 p { color: rgb(220,6,97); }

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

background-color css

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

 a { background-color: rgb(220,6,97); }

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

border-color css

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

 span { border-color: rgb(220,6,97); }

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