Html Css Color HEX #DD0151 Razzmatazz

📋 copy color: '#DD0151'

red 221 ◦ green 1 ◦ blue 81

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

Shades of Razzmatazz #DD0151

Tints of Razzmatazz #DD0151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.73%

R = 72.94%
G = 0.33%
B = 26.73%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD0151 (or 0xDD0151) is known color: Razzmatazz. HEX triplet: DD, 01 and 51. RGB value is (221,1,81). Sum of RGB (Red+Green+Blue) = 221+1+81=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0151 is #22FEAE. Grayscale: #4B4B4B. Windows color (decimal): -2293423 or 5308893. OLE color: 5308893.

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

Color convert

RGB 221 1 81 -
CMYK 0 1.00 0.63 0.13
HSL 338.18º 0.99% 0.44% -
HSV(B) 338.18º 1% 0.87% -
XYZ 31.31 15.99 9.22 -
YUV 75.9 130.89 231.5 -
System Red Green Blue C M Y K H S L
Decimal 221 1 81 0 1.00 0.63 0.13 338.18 0.99 0.44
Hex DD 1 51 0 64 3F D 152 63 2C
Octal 335 1 121 0 144 77 15 522 143 54
Binary 11011101 1 1010001 0 1100100 111111 1101 101010010 1100011 101100

Color Harmonies of #DD0151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0151

Black with #DD0151

Text Example


Text Example

White with #DD0151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0151; }

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

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

background-color css

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

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

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

border-color css

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

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

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