Html Css Color HEX #DC0959 Razzmatazz

📋 copy color: '#DC0959'

red 220 ◦ green 9 ◦ blue 89

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

Shades of Razzmatazz #DC0959

Tints of Razzmatazz #DC0959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.83%

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

R = 69.18%
G = 2.83%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC0959 (or 0xDC0959) is known color: Razzmatazz. HEX triplet: DC, 09 and 59. RGB value is (220,9,89). Sum of RGB (Red+Green+Blue) = 220+9+89=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0959 is #23F6A6. Grayscale: #515151. Windows color (decimal): -2356903 or 5835228. OLE color: 5835228.

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

Color convert

RGB 220 9 89 -
CMYK 0 0.96 0.60 0.14
HSL 337.25º 0.92% 0.45% -
HSV(B) 337.25º 0.96% 0.86% -
XYZ 31.42 16.13 10.91 -
YUV 81.21 132.4 227 -
System Red Green Blue C M Y K H S L
Decimal 220 9 89 0 0.96 0.60 0.14 337.25 0.92 0.45
Hex DC 9 59 0 60 3C E 151 5C 2D
Octal 334 11 131 0 140 74 16 521 134 55
Binary 11011100 1001 1011001 0 1100000 111100 1110 101010001 1011100 101101

Color Harmonies of #DC0959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0959

Black with #DC0959

Text Example


Text Example

White with #DC0959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0959; }

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

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

background-color css

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

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

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

border-color css

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

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

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