Html Css Color HEX #DC0955 Razzmatazz

📋 copy color: '#DC0955'

red 220 ◦ green 9 ◦ blue 85

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

Shades of Razzmatazz #DC0955

Tints of Razzmatazz #DC0955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.07%

R = 70.06%
G = 2.87%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC0955 (or 0xDC0955) is known color: Razzmatazz. HEX triplet: DC, 09 and 55. RGB value is (220,9,85). Sum of RGB (Red+Green+Blue) = 220+9+85=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0955 is #23F6AA. Grayscale: #505050. Windows color (decimal): -2356907 or 5573084. OLE color: 5573084.

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

Color convert

RGB 220 9 85 -
CMYK 0 0.96 0.61 0.14
HSL 338.39º 0.92% 0.45% -
HSV(B) 338.39º 0.96% 0.86% -
XYZ 31.25 16.07 10.05 -
YUV 80.75 130.4 227.32 -
System Red Green Blue C M Y K H S L
Decimal 220 9 85 0 0.96 0.61 0.14 338.39 0.92 0.45
Hex DC 9 55 0 60 3D E 152 5C 2D
Octal 334 11 125 0 140 75 16 522 134 55
Binary 11011100 1001 1010101 0 1100000 111101 1110 101010010 1011100 101101

Color Harmonies of #DC0955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0955

Black with #DC0955

Text Example


Text Example

White with #DC0955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0955; }

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

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

background-color css

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

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

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

border-color css

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

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

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