Html Css Color HEX #DD054A Razzmatazz

📋 copy color: '#DD054A'

red 221 ◦ green 5 ◦ blue 74

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

Shades of Razzmatazz #DD054A

Tints of Razzmatazz #DD054A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

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

R = 73.67%
G = 1.67%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD054A (or 0xDD054A) is known color: Razzmatazz. HEX triplet: DD, 05 and 4A. RGB value is (221,5,74). Sum of RGB (Red+Green+Blue) = 221+5+74=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD054A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD054A is #22FAB5. Grayscale: #4D4D4D. Windows color (decimal): -2292406 or 4851165. OLE color: 4851165.

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

Color convert

RGB 221 5 74 -
CMYK 0 0.98 0.67 0.13
HSL 340.83º 0.96% 0.44% -
HSV(B) 340.83º 0.98% 0.87% -
XYZ 31.11 15.98 7.92 -
YUV 77.45 126.06 230.39 -
System Red Green Blue C M Y K H S L
Decimal 221 5 74 0 0.98 0.67 0.13 340.83 0.96 0.44
Hex DD 5 4A 0 62 43 D 155 60 2C
Octal 335 5 112 0 142 103 15 525 140 54
Binary 11011101 101 1001010 0 1100010 1000011 1101 101010101 1100000 101100

Color Harmonies of #DD054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD054A

Black with #DD054A

Text Example


Text Example

White with #DD054A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD054A; }

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

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

background-color css

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

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

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

border-color css

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

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

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