Html Css Color HEX #DD036D Razzmatazz

📋 copy color: '#DD036D'

red 221 ◦ green 3 ◦ blue 109

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

Shades of Razzmatazz #DD036D

Tints of Razzmatazz #DD036D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.73%

R = 66.37%
G = 0.9%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD036D (or 0xDD036D) is known color: Razzmatazz. HEX triplet: DD, 03 and 6D. RGB value is (221,3,109). Sum of RGB (Red+Green+Blue) = 221+3+109=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD036D is #22FC92. Grayscale: #505050. Windows color (decimal): -2292883 or 7144413. OLE color: 7144413.

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

Color convert

RGB 221 3 109 -
CMYK 0 0.99 0.51 0.13
HSL 330.83º 0.97% 0.44% -
HSV(B) 330.83º 0.99% 0.87% -
XYZ 32.61 16.54 15.94 -
YUV 80.27 144.22 228.38 -
System Red Green Blue C M Y K H S L
Decimal 221 3 109 0 0.99 0.51 0.13 330.83 0.97 0.44
Hex DD 3 6D 0 63 33 D 14B 61 2C
Octal 335 3 155 0 143 63 15 513 141 54
Binary 11011101 11 1101101 0 1100011 110011 1101 101001011 1100001 101100

Color Harmonies of #DD036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD036D

Black with #DD036D

Text Example


Text Example

White with #DD036D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD036D; }

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

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

background-color css

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

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

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

border-color css

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

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

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