Html Css Color HEX #DC065A Razzmatazz

📋 copy color: '#DC065A'

red 220 ◦ green 6 ◦ blue 90

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

Shades of Razzmatazz #DC065A

Tints of Razzmatazz #DC065A

RGB

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

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

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

R = 69.62%
G = 1.9%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC065A (or 0xDC065A) is known color: Razzmatazz. HEX triplet: DC, 06 and 5A. RGB value is (220,6,90). Sum of RGB (Red+Green+Blue) = 220+6+90=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC065A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC065A is #23F9A5. Grayscale: #4F4F4F. Windows color (decimal): -2357670 or 5899996. OLE color: 5899996.

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

Color convert

RGB 220 6 90 -
CMYK 0 0.97 0.59 0.14
HSL 336.45º 0.95% 0.44% -
HSV(B) 336.45º 0.97% 0.86% -
XYZ 31.43 16.08 11.12 -
YUV 79.56 133.9 228.17 -
System Red Green Blue C M Y K H S L
Decimal 220 6 90 0 0.97 0.59 0.14 336.45 0.95 0.44
Hex DC 6 5A 0 61 3B E 150 5F 2C
Octal 334 6 132 0 141 73 16 520 137 54
Binary 11011100 110 1011010 0 1100001 111011 1110 101010000 1011111 101100

Color Harmonies of #DC065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC065A

Black with #DC065A

Text Example


Text Example

White with #DC065A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC065A; }

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

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

background-color css

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

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

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

border-color css

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

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

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