Html Css Color HEX #DD024A Razzmatazz

📋 copy color: '#DD024A'

red 221 ◦ green 2 ◦ blue 74

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

Shades of Razzmatazz #DD024A

Tints of Razzmatazz #DD024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 74.41%
G = 0.67%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD024A (or 0xDD024A) is known color: Razzmatazz. HEX triplet: DD, 02 and 4A. RGB value is (221,2,74). Sum of RGB (Red+Green+Blue) = 221+2+74=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD024A is #22FDB5. Grayscale: #4B4B4B. Windows color (decimal): -2293174 or 4850397. OLE color: 4850397.

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

Color convert

RGB 221 2 74 -
CMYK 0 0.99 0.67 0.13
HSL 340.27º 0.98% 0.44% -
HSV(B) 340.27º 0.99% 0.87% -
XYZ 31.08 15.91 7.91 -
YUV 75.69 127.05 231.65 -
System Red Green Blue C M Y K H S L
Decimal 221 2 74 0 0.99 0.67 0.13 340.27 0.98 0.44
Hex DD 2 4A 0 63 43 D 154 62 2C
Octal 335 2 112 0 143 103 15 524 142 54
Binary 11011101 10 1001010 0 1100011 1000011 1101 101010100 1100010 101100

Color Harmonies of #DD024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD024A

Black with #DD024A

Text Example


Text Example

White with #DD024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD024A; }

 p { color: rgb(221,2,74); }

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

background-color css

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

 a { background-color: rgb(221,2,74); }

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

border-color css

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

 span { border-color: rgb(221,2,74); }

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