Html Css Color HEX #DC0048 Razzmatazz

📋 copy color: '#DC0048'

red 220 ◦ green 0 ◦ blue 72

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

Shades of Razzmatazz #DC0048

Tints of Razzmatazz #DC0048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.66%

R = 75.34%
G = 0%
B = 24.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC0048 (or 0xDC0048) is known color: Razzmatazz. HEX triplet: DC, 00 and 48. RGB value is (220,0,72). Sum of RGB (Red+Green+Blue) = 220+0+72=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0048 is #23FFB7. Grayscale: #494949. Windows color (decimal): -2359224 or 4718812. OLE color: 4718812.

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

Color convert

RGB 220 0 72 -
CMYK 0 1 0.67 0.14
HSL 340.36º 1% 0.43% -
HSV(B) 340.36º 1% 0.86% -
XYZ 30.68 15.68 7.54 -
YUV 73.99 126.89 232.15 -
System Red Green Blue C M Y K H S L
Decimal 220 0 72 0 1 0.67 0.14 340.36 1 0.43
Hex DC 0 48 0 64 43 E 154 64 2B
Octal 334 0 110 0 144 103 16 524 144 53
Binary 11011100 0 1001000 0 1100100 1000011 1110 101010100 1100100 101011

Color Harmonies of #DC0048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0048

Black with #DC0048

Text Example


Text Example

White with #DC0048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0048; }

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

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

background-color css

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

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

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

border-color css

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

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

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