Html Css Color HEX #DD1050 Razzmatazz

📋 copy color: '#DD1050'

red 221 ◦ green 16 ◦ blue 80

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

Shades of Razzmatazz #DD1050

Tints of Razzmatazz #DD1050

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.05%

 BLUE value IS 80 (31.64% from 255) = 25.24%

R = 69.72%
G = 5.05%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD1050 (or 0xDD1050) is known color: Razzmatazz. HEX triplet: DD, 10 and 50. RGB value is (221,16,80). Sum of RGB (Red+Green+Blue) = 221+16+80=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1050 is #22EFAF. Grayscale: #545454. Windows color (decimal): -2289584 or 5247197. OLE color: 5247197.

HSL color Cylindrical-coordinate representation of color #DD1050: hue angle of 341.27º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1050 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 16 80 -
CMYK 0 0.93 0.64 0.13
HSL 341.27º 0.86% 0.46% -
HSV(B) 341.27º 0.93% 0.87% -
XYZ 31.45 16.32 9.08 -
YUV 84.59 125.42 225.3 -
System Red Green Blue C M Y K H S L
Decimal 221 16 80 0 0.93 0.64 0.13 341.27 0.86 0.46
Hex DD 10 50 0 5D 40 D 155 56 2E
Octal 335 20 120 0 135 100 15 525 126 56
Binary 11011101 10000 1010000 0 1011101 1000000 1101 101010101 1010110 101110

Color Harmonies of #DD1050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1050

Black with #DD1050

Text Example


Text Example

White with #DD1050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1050; }

 p { color: rgb(221,16,80); }

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

background-color css

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

 a { background-color: rgb(221,16,80); }

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

border-color css

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

 span { border-color: rgb(221,16,80); }

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