Html Css Color HEX #DC0759 Razzmatazz

📋 copy color: '#DC0759'

red 220 ◦ green 7 ◦ blue 89

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

Shades of Razzmatazz #DC0759

Tints of Razzmatazz #DC0759

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.22%

 BLUE value IS 89 (35.16% from 255) = 28.16%

R = 69.62%
G = 2.22%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC0759 (or 0xDC0759) is known color: Razzmatazz. HEX triplet: DC, 07 and 59. RGB value is (220,7,89). Sum of RGB (Red+Green+Blue) = 220+7+89=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0759 is #23F8A6. Grayscale: #4F4F4F. Windows color (decimal): -2357415 or 5834716. OLE color: 5834716.

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

Color convert

RGB 220 7 89 -
CMYK 0 0.97 0.60 0.14
HSL 336.9º 0.94% 0.45% -
HSV(B) 336.9º 0.97% 0.86% -
XYZ 31.39 16.09 10.9 -
YUV 80.04 133.07 227.83 -
System Red Green Blue C M Y K H S L
Decimal 220 7 89 0 0.97 0.60 0.14 336.9 0.94 0.45
Hex DC 7 59 0 61 3C E 151 5E 2D
Octal 334 7 131 0 141 74 16 521 136 55
Binary 11011100 111 1011001 0 1100001 111100 1110 101010001 1011110 101101

Color Harmonies of #DC0759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0759

Black with #DC0759

Text Example


Text Example

White with #DC0759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0759; }

 p { color: rgb(220,7,89); }

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

background-color css

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

 a { background-color: rgb(220,7,89); }

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

border-color css

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

 span { border-color: rgb(220,7,89); }

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