Html Css Color HEX #DC0058 Razzmatazz

📋 copy color: '#DC0058'

red 220 ◦ green 0 ◦ blue 88

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

Shades of Razzmatazz #DC0058

Tints of Razzmatazz #DC0058

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 71.43%
G = 0%
B = 28.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC0058 (or 0xDC0058) is known color: Razzmatazz. HEX triplet: DC, 00 and 58. RGB value is (220,0,88). Sum of RGB (Red+Green+Blue) = 220+0+88=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0058 is #23FFA7. Grayscale: #4B4B4B. Windows color (decimal): -2359208 or 5767388. OLE color: 5767388.

HSL color Cylindrical-coordinate representation of color #DC0058: hue angle of 336º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0058 is Cyan = 0, Magento = 1, Yellow = 0.6 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 0 88 -
CMYK 0 1 0.6 0.14
HSL 336º 1% 0.43% -
HSV(B) 336º 1% 0.86% -
XYZ 31.28 15.92 10.66 -
YUV 75.81 134.89 230.84 -
System Red Green Blue C M Y K H S L
Decimal 220 0 88 0 1 0.6 0.14 336 1 0.43
Hex DC 0 58 0 64 3C E 150 64 2B
Octal 334 0 130 0 144 74 16 520 144 53
Binary 11011100 0 1011000 0 1100100 111100 1110 101010000 1100100 101011

Color Harmonies of #DC0058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0058

Black with #DC0058

Text Example


Text Example

White with #DC0058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0058; }

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

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

background-color css

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

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

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

border-color css

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

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

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