Html Css Color HEX #DD0156 Razzmatazz

📋 copy color: '#DD0156'

red 221 ◦ green 1 ◦ blue 86

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

Shades of Razzmatazz #DD0156

Tints of Razzmatazz #DD0156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.92%

R = 71.75%
G = 0.32%
B = 27.92%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD0156 (or 0xDD0156) is known color: Razzmatazz. HEX triplet: DD, 01 and 56. RGB value is (221,1,86). Sum of RGB (Red+Green+Blue) = 221+1+86=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0156 is #22FEA9. Grayscale: #4C4C4C. Windows color (decimal): -2293418 or 5636573. OLE color: 5636573.

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

Color convert

RGB 221 1 86 -
CMYK 0 1.00 0.61 0.13
HSL 336.82º 0.99% 0.44% -
HSV(B) 336.82º 1% 0.87% -
XYZ 31.51 16.07 10.24 -
YUV 76.47 133.39 231.09 -
System Red Green Blue C M Y K H S L
Decimal 221 1 86 0 1.00 0.61 0.13 336.82 0.99 0.44
Hex DD 1 56 0 64 3D D 151 63 2C
Octal 335 1 126 0 144 75 15 521 143 54
Binary 11011101 1 1010110 0 1100100 111101 1101 101010001 1100011 101100

Color Harmonies of #DD0156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0156

Black with #DD0156

Text Example


Text Example

White with #DD0156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0156; }

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

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

background-color css

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

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

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

border-color css

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

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

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