Html Css Color HEX #DD0048 Razzmatazz

📋 copy color: '#DD0048'

red 221 ◦ green 0 ◦ blue 72

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

Shades of Razzmatazz #DD0048

Tints of Razzmatazz #DD0048

RGB

 RED value IS 221 (86.72% from 255) = 75.43%

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

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

R = 75.43%
G = 0%
B = 24.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD0048 (or 0xDD0048) is known color: Razzmatazz. HEX triplet: DD, 00 and 48. RGB value is (221,0,72). Sum of RGB (Red+Green+Blue) = 221+0+72=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0048 is #22FFB7. Grayscale: #4A4A4A. Windows color (decimal): -2293688 or 4718813. OLE color: 4718813.

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

Color convert

RGB 221 0 72 -
CMYK 0 1 0.67 0.13
HSL 340.45º 1% 0.43% -
HSV(B) 340.45º 1% 0.87% -
XYZ 30.99 15.84 7.56 -
YUV 74.29 126.72 232.65 -
System Red Green Blue C M Y K H S L
Decimal 221 0 72 0 1 0.67 0.13 340.45 1 0.43
Hex DD 0 48 0 64 43 D 154 64 2B
Octal 335 0 110 0 144 103 15 524 144 53
Binary 11011101 0 1001000 0 1100100 1000011 1101 101010100 1100100 101011

Color Harmonies of #DD0048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0048

Black with #DD0048

Text Example


Text Example

White with #DD0048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0048; }

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

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

background-color css

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

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

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

border-color css

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

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

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