Html Css Color HEX #DC065B Razzmatazz

📋 copy color: '#DC065B'

red 220 ◦ green 6 ◦ blue 91

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

Shades of Razzmatazz #DC065B

Tints of Razzmatazz #DC065B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.71%

R = 69.4%
G = 1.89%
B = 28.71%

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

#DC065B (or 0xDC065B) is known color: Razzmatazz. HEX triplet: DC, 06 and 5B. RGB value is (220,6,91). Sum of RGB (Red+Green+Blue) = 220+6+91=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC065B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC065B is #23F9A4. Grayscale: #4F4F4F. Windows color (decimal): -2357669 or 5965532. OLE color: 5965532.

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

Color convert

RGB 220 6 91 -
CMYK 0 0.97 0.59 0.14
HSL 336.17º 0.95% 0.44% -
HSV(B) 336.17º 0.97% 0.86% -
XYZ 31.47 16.1 11.35 -
YUV 79.68 134.4 228.09 -
System Red Green Blue C M Y K H S L
Decimal 220 6 91 0 0.97 0.59 0.14 336.17 0.95 0.44
Hex DC 6 5B 0 61 3B E 150 5F 2C
Octal 334 6 133 0 141 73 16 520 137 54
Binary 11011100 110 1011011 0 1100001 111011 1110 101010000 1011111 101100

Color Harmonies of #DC065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC065B

Black with #DC065B

Text Example


Text Example

White with #DC065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC065B; }

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

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

background-color css

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

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

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

border-color css

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

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

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