Html Css Color HEX #DD1055 Razzmatazz

📋 copy color: '#DD1055'

red 221 ◦ green 16 ◦ blue 85

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

Shades of Razzmatazz #DD1055

Tints of Razzmatazz #DD1055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.4%

R = 68.63%
G = 4.97%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD1055 (or 0xDD1055) is known color: Razzmatazz. HEX triplet: DD, 10 and 55. RGB value is (221,16,85). Sum of RGB (Red+Green+Blue) = 221+16+85=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1055 is #22EFAA. Grayscale: #555555. Windows color (decimal): -2289579 or 5574877. OLE color: 5574877.

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

Color convert

RGB 221 16 85 -
CMYK 0 0.93 0.62 0.13
HSL 339.8º 0.86% 0.46% -
HSV(B) 339.8º 0.93% 0.87% -
XYZ 31.64 16.4 10.09 -
YUV 85.16 127.92 224.89 -
System Red Green Blue C M Y K H S L
Decimal 221 16 85 0 0.93 0.62 0.13 339.8 0.86 0.46
Hex DD 10 55 0 5D 3E D 154 56 2E
Octal 335 20 125 0 135 76 15 524 126 56
Binary 11011101 10000 1010101 0 1011101 111110 1101 101010100 1010110 101110

Color Harmonies of #DD1055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1055

Black with #DD1055

Text Example


Text Example

White with #DD1055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1055; }

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

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

background-color css

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

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

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

border-color css

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

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

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