Html Css Color HEX #DC0259 Razzmatazz

📋 copy color: '#DC0259'

red 220 ◦ green 2 ◦ blue 89

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

Shades of Razzmatazz #DC0259

Tints of Razzmatazz #DC0259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 70.74%
G = 0.64%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC0259 (or 0xDC0259) is known color: Razzmatazz. HEX triplet: DC, 02 and 59. RGB value is (220,2,89). Sum of RGB (Red+Green+Blue) = 220+2+89=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0259 is #23FDA6. Grayscale: #4C4C4C. Windows color (decimal): -2358695 or 5833436. OLE color: 5833436.

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

Color convert

RGB 220 2 89 -
CMYK 0 0.99 0.60 0.14
HSL 336.06º 0.98% 0.44% -
HSV(B) 336.06º 0.99% 0.86% -
XYZ 31.34 15.98 10.88 -
YUV 77.1 134.72 229.93 -
System Red Green Blue C M Y K H S L
Decimal 220 2 89 0 0.99 0.60 0.14 336.06 0.98 0.44
Hex DC 2 59 0 63 3C E 150 62 2C
Octal 334 2 131 0 143 74 16 520 142 54
Binary 11011100 10 1011001 0 1100011 111100 1110 101010000 1100010 101100

Color Harmonies of #DC0259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0259

Black with #DC0259

Text Example


Text Example

White with #DC0259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0259; }

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

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

background-color css

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

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

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

border-color css

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

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

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