Html Css Color HEX #DC0D5A Razzmatazz

📋 copy color: '#DC0D5A'

red 220 ◦ green 13 ◦ blue 90

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

Shades of Razzmatazz #DC0D5A

Tints of Razzmatazz #DC0D5A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.02%

 BLUE value IS 90 (35.55% from 255) = 27.86%

R = 68.11%
G = 4.02%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC0D5A (or 0xDC0D5A) is known color: Razzmatazz. HEX triplet: DC, 0D and 5A. RGB value is (220,13,90). Sum of RGB (Red+Green+Blue) = 220+13+90=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0D5A is #23F2A5. Grayscale: #535353. Windows color (decimal): -2355878 or 5901788. OLE color: 5901788.

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

Color convert

RGB 220 13 90 -
CMYK 0 0.94 0.59 0.14
HSL 337.68º 0.89% 0.46% -
HSV(B) 337.68º 0.94% 0.86% -
XYZ 31.5 16.24 11.15 -
YUV 83.67 131.58 225.24 -
System Red Green Blue C M Y K H S L
Decimal 220 13 90 0 0.94 0.59 0.14 337.68 0.89 0.46
Hex DC D 5A 0 5E 3B E 152 59 2E
Octal 334 15 132 0 136 73 16 522 131 56
Binary 11011100 1101 1011010 0 1011110 111011 1110 101010010 1011001 101110

Color Harmonies of #DC0D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0D5A

Black with #DC0D5A

Text Example


Text Example

White with #DC0D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0D5A; }

 p { color: rgb(220,13,90); }

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

background-color css

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

 a { background-color: rgb(220,13,90); }

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

border-color css

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

 span { border-color: rgb(220,13,90); }

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