Html Css Color HEX #DD0074 Razzmatazz

📋 copy color: '#DD0074'

red 221 ◦ green 0 ◦ blue 116

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

Shades of Razzmatazz #DD0074

Tints of Razzmatazz #DD0074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 116 (45.7% from 255) = 34.42%

R = 65.58%
G = 0%
B = 34.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD0074 (or 0xDD0074) is known color: Razzmatazz. HEX triplet: DD, 00 and 74. RGB value is (221,0,116). Sum of RGB (Red+Green+Blue) = 221+0+116=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0074 is #22FF8B. Grayscale: #4F4F4F. Windows color (decimal): -2293644 or 7602397. OLE color: 7602397.

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

Color convert

RGB 221 0 116 -
CMYK 0 1 0.48 0.13
HSL 328.51º 1% 0.43% -
HSV(B) 328.51º 1% 0.87% -
XYZ 32.97 16.63 18 -
YUV 79.3 148.72 229.07 -
System Red Green Blue C M Y K H S L
Decimal 221 0 116 0 1 0.48 0.13 328.51 1 0.43
Hex DD 0 74 0 64 30 D 149 64 2B
Octal 335 0 164 0 144 60 15 511 144 53
Binary 11011101 0 1110100 0 1100100 110000 1101 101001001 1100100 101011

Color Harmonies of #DD0074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0074

Black with #DD0074

Text Example


Text Example

White with #DD0074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0074; }

 p { color: rgb(221,0,116); }

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

background-color css

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

 a { background-color: rgb(221,0,116); }

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

border-color css

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

 span { border-color: rgb(221,0,116); }

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