Html Css Color HEX #DD0148 Razzmatazz

📋 copy color: '#DD0148'

red 221 ◦ green 1 ◦ blue 72

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

Shades of Razzmatazz #DD0148

Tints of Razzmatazz #DD0148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 75.17%
G = 0.34%
B = 24.49%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD0148 (or 0xDD0148) is known color: Razzmatazz. HEX triplet: DD, 01 and 48. RGB value is (221,1,72). Sum of RGB (Red+Green+Blue) = 221+1+72=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0148 is #22FEB7. Grayscale: #4A4A4A. Windows color (decimal): -2293432 or 4719069. OLE color: 4719069.

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

Color convert

RGB 221 1 72 -
CMYK 0 1.00 0.67 0.13
HSL 340.64º 0.99% 0.44% -
HSV(B) 340.64º 1% 0.87% -
XYZ 31 15.86 7.56 -
YUV 74.87 126.39 232.23 -
System Red Green Blue C M Y K H S L
Decimal 221 1 72 0 1.00 0.67 0.13 340.64 0.99 0.44
Hex DD 1 48 0 64 43 D 155 63 2C
Octal 335 1 110 0 144 103 15 525 143 54
Binary 11011101 1 1001000 0 1100100 1000011 1101 101010101 1100011 101100

Color Harmonies of #DD0148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0148

Black with #DD0148

Text Example


Text Example

White with #DD0148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0148; }

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

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

background-color css

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

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

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

border-color css

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

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

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