Html Css Color HEX #DD0150 Razzmatazz

📋 copy color: '#DD0150'

red 221 ◦ green 1 ◦ blue 80

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

Shades of Razzmatazz #DD0150

Tints of Razzmatazz #DD0150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.49%

R = 73.18%
G = 0.33%
B = 26.49%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD0150 (or 0xDD0150) is known color: Razzmatazz. HEX triplet: DD, 01 and 50. RGB value is (221,1,80). Sum of RGB (Red+Green+Blue) = 221+1+80=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0150 is #22FEAF. Grayscale: #4B4B4B. Windows color (decimal): -2293424 or 5243357. OLE color: 5243357.

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

Color convert

RGB 221 1 80 -
CMYK 0 1.00 0.64 0.13
HSL 338.45º 0.99% 0.44% -
HSV(B) 338.45º 1% 0.87% -
XYZ 31.28 15.97 9.02 -
YUV 75.79 130.39 231.58 -
System Red Green Blue C M Y K H S L
Decimal 221 1 80 0 1.00 0.64 0.13 338.45 0.99 0.44
Hex DD 1 50 0 64 40 D 152 63 2C
Octal 335 1 120 0 144 100 15 522 143 54
Binary 11011101 1 1010000 0 1100100 1000000 1101 101010010 1100011 101100

Color Harmonies of #DD0150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0150

Black with #DD0150

Text Example


Text Example

White with #DD0150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0150; }

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

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

background-color css

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

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

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

border-color css

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

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

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