Html Css Color HEX #DD1051 Razzmatazz

📋 copy color: '#DD1051'

red 221 ◦ green 16 ◦ blue 81

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

Shades of Razzmatazz #DD1051

Tints of Razzmatazz #DD1051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.47%

R = 69.5%
G = 5.03%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD1051 (or 0xDD1051) is known color: Razzmatazz. HEX triplet: DD, 10 and 51. RGB value is (221,16,81). Sum of RGB (Red+Green+Blue) = 221+16+81=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1051 is #22EFAE. Grayscale: #545454. Windows color (decimal): -2289583 or 5312733. OLE color: 5312733.

HSL color Cylindrical-coordinate representation of color #DD1051: hue angle of 340.98º 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 #DD1051 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 16 81 -
CMYK 0 0.93 0.63 0.13
HSL 340.98º 0.86% 0.46% -
HSV(B) 340.98º 0.93% 0.87% -
XYZ 31.49 16.34 9.28 -
YUV 84.71 125.92 225.21 -
System Red Green Blue C M Y K H S L
Decimal 221 16 81 0 0.93 0.63 0.13 340.98 0.86 0.46
Hex DD 10 51 0 5D 3F D 155 56 2E
Octal 335 20 121 0 135 77 15 525 126 56
Binary 11011101 10000 1010001 0 1011101 111111 1101 101010101 1010110 101110

Color Harmonies of #DD1051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1051

Black with #DD1051

Text Example


Text Example

White with #DD1051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1051; }

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

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

background-color css

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

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

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

border-color css

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

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

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