Html Css Color HEX #DD036E Razzmatazz

📋 copy color: '#DD036E'

red 221 ◦ green 3 ◦ blue 110

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

Shades of Razzmatazz #DD036E

Tints of Razzmatazz #DD036E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.93%

R = 66.17%
G = 0.9%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD036E (or 0xDD036E) is known color: Razzmatazz. HEX triplet: DD, 03 and 6E. RGB value is (221,3,110). Sum of RGB (Red+Green+Blue) = 221+3+110=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD036E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD036E is #22FC91. Grayscale: #505050. Windows color (decimal): -2292882 or 7209949. OLE color: 7209949.

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

Color convert

RGB 221 3 110 -
CMYK 0 0.99 0.50 0.13
HSL 330.55º 0.97% 0.44% -
HSV(B) 330.55º 0.99% 0.87% -
XYZ 32.67 16.56 16.23 -
YUV 80.38 144.72 228.3 -
System Red Green Blue C M Y K H S L
Decimal 221 3 110 0 0.99 0.50 0.13 330.55 0.97 0.44
Hex DD 3 6E 0 63 32 D 14B 61 2C
Octal 335 3 156 0 143 62 15 513 141 54
Binary 11011101 11 1101110 0 1100011 110010 1101 101001011 1100001 101100

Color Harmonies of #DD036E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD036E

Black with #DD036E

Text Example


Text Example

White with #DD036E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD036E; }

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

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

background-color css

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

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

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

border-color css

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

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

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