Html Css Color HEX #DC0958 Razzmatazz

📋 copy color: '#DC0958'

red 220 ◦ green 9 ◦ blue 88

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

Shades of Razzmatazz #DC0958

Tints of Razzmatazz #DC0958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.76%

R = 69.4%
G = 2.84%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC0958 (or 0xDC0958) is known color: Razzmatazz. HEX triplet: DC, 09 and 58. RGB value is (220,9,88). Sum of RGB (Red+Green+Blue) = 220+9+88=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0958 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0958 is #23F6A7. Grayscale: #505050. Windows color (decimal): -2356904 or 5769692. OLE color: 5769692.

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

Color convert

RGB 220 9 88 -
CMYK 0 0.96 0.6 0.14
HSL 337.54º 0.92% 0.45% -
HSV(B) 337.54º 0.96% 0.86% -
XYZ 31.37 16.12 10.69 -
YUV 81.1 131.9 227.08 -
System Red Green Blue C M Y K H S L
Decimal 220 9 88 0 0.96 0.6 0.14 337.54 0.92 0.45
Hex DC 9 58 0 60 3C E 152 5C 2D
Octal 334 11 130 0 140 74 16 522 134 55
Binary 11011100 1001 1011000 0 1100000 111100 1110 101010010 1011100 101101

Color Harmonies of #DC0958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0958

Black with #DC0958

Text Example


Text Example

White with #DC0958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0958; }

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

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

background-color css

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

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

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

border-color css

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

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

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