Html Css Color HEX #DD0361 Razzmatazz

📋 copy color: '#DD0361'

red 221 ◦ green 3 ◦ blue 97

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

Shades of Razzmatazz #DD0361

Tints of Razzmatazz #DD0361

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

 BLUE value IS 97 (38.28% from 255) = 30.22%

R = 68.85%
G = 0.93%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD0361 (or 0xDD0361) is known color: Razzmatazz. HEX triplet: DD, 03 and 61. RGB value is (221,3,97). Sum of RGB (Red+Green+Blue) = 221+3+97=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0361 is #22FC9E. Grayscale: #4E4E4E. Windows color (decimal): -2292895 or 6357981. OLE color: 6357981.

HSL color Cylindrical-coordinate representation of color #DD0361: hue angle of 334.13º degrees, saturation: 0.97, 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 #DD0361 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 3 97 -
CMYK 0 0.99 0.56 0.13
HSL 334.13º 0.97% 0.44% -
HSV(B) 334.13º 0.99% 0.87% -
XYZ 32.01 16.3 12.77 -
YUV 78.9 138.22 229.36 -
System Red Green Blue C M Y K H S L
Decimal 221 3 97 0 0.99 0.56 0.13 334.13 0.97 0.44
Hex DD 3 61 0 63 38 D 14E 61 2C
Octal 335 3 141 0 143 70 15 516 141 54
Binary 11011101 11 1100001 0 1100011 111000 1101 101001110 1100001 101100

Color Harmonies of #DD0361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0361

Black with #DD0361

Text Example


Text Example

White with #DD0361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0361; }

 p { color: rgb(221,3,97); }

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

background-color css

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

 a { background-color: rgb(221,3,97); }

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

border-color css

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

 span { border-color: rgb(221,3,97); }

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