Html Css Color HEX #DC065D Razzmatazz

📋 copy color: '#DC065D'

red 220 ◦ green 6 ◦ blue 93

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

Shades of Razzmatazz #DC065D

Tints of Razzmatazz #DC065D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.15%

R = 68.97%
G = 1.88%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC065D (or 0xDC065D) is known color: Razzmatazz. HEX triplet: DC, 06 and 5D. RGB value is (220,6,93). Sum of RGB (Red+Green+Blue) = 220+6+93=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC065D is #23F9A2. Grayscale: #4F4F4F. Windows color (decimal): -2357667 or 6096604. OLE color: 6096604.

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

Color convert

RGB 220 6 93 -
CMYK 0 0.97 0.58 0.14
HSL 335.61º 0.95% 0.44% -
HSV(B) 335.61º 0.97% 0.86% -
XYZ 31.56 16.14 11.81 -
YUV 79.9 135.4 227.93 -
System Red Green Blue C M Y K H S L
Decimal 220 6 93 0 0.97 0.58 0.14 335.61 0.95 0.44
Hex DC 6 5D 0 61 3A E 150 5F 2C
Octal 334 6 135 0 141 72 16 520 137 54
Binary 11011100 110 1011101 0 1100001 111010 1110 101010000 1011111 101100

Color Harmonies of #DC065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC065D

Black with #DC065D

Text Example


Text Example

White with #DC065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC065D; }

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

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

background-color css

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

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

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

border-color css

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

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

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