Html Css Color HEX #DD016D Razzmatazz

📋 copy color: '#DD016D'

red 221 ◦ green 1 ◦ blue 109

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

Shades of Razzmatazz #DD016D

Tints of Razzmatazz #DD016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 66.77%
G = 0.3%
B = 32.93%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD016D (or 0xDD016D) is known color: Razzmatazz. HEX triplet: DD, 01 and 6D. RGB value is (221,1,109). Sum of RGB (Red+Green+Blue) = 221+1+109=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD016D is #22FE92. Grayscale: #4E4E4E. Windows color (decimal): -2293395 or 7143901. OLE color: 7143901.

HSL color Cylindrical-coordinate representation of color #DD016D: hue angle of 330.55º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD016D is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 1 109 -
CMYK 0 1.00 0.51 0.13
HSL 330.55º 0.99% 0.44% -
HSV(B) 330.55º 1% 0.87% -
XYZ 32.59 16.5 15.93 -
YUV 79.09 144.89 229.22 -
System Red Green Blue C M Y K H S L
Decimal 221 1 109 0 1.00 0.51 0.13 330.55 0.99 0.44
Hex DD 1 6D 0 64 33 D 14B 63 2C
Octal 335 1 155 0 144 63 15 513 143 54
Binary 11011101 1 1101101 0 1100100 110011 1101 101001011 1100011 101100

Color Harmonies of #DD016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD016D

Black with #DD016D

Text Example


Text Example

White with #DD016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD016D; }

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

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

background-color css

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

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

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

border-color css

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

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

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