Html Css Color HEX #DD074A Razzmatazz

📋 copy color: '#DD074A'

red 221 ◦ green 7 ◦ blue 74

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

Shades of Razzmatazz #DD074A

Tints of Razzmatazz #DD074A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.32%

 BLUE value IS 74 (29.3% from 255) = 24.5%

R = 73.18%
G = 2.32%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD074A (or 0xDD074A) is known color: Razzmatazz. HEX triplet: DD, 07 and 4A. RGB value is (221,7,74). Sum of RGB (Red+Green+Blue) = 221+7+74=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD074A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD074A is #22F8B5. Grayscale: #4E4E4E. Windows color (decimal): -2291894 or 4851677. OLE color: 4851677.

HSL color Cylindrical-coordinate representation of color #DD074A: hue angle of 341.21º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD074A is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 7 74 -
CMYK 0 0.97 0.67 0.13
HSL 341.22º 0.94% 0.45% -
HSV(B) 341.22º 0.97% 0.87% -
XYZ 31.13 16.02 7.93 -
YUV 78.62 125.4 229.55 -
System Red Green Blue C M Y K H S L
Decimal 221 7 74 0 0.97 0.67 0.13 341.22 0.94 0.45
Hex DD 7 4A 0 61 43 D 155 5E 2D
Octal 335 7 112 0 141 103 15 525 136 55
Binary 11011101 111 1001010 0 1100001 1000011 1101 101010101 1011110 101101

Color Harmonies of #DD074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD074A

Black with #DD074A

Text Example


Text Example

White with #DD074A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD074A; }

 p { color: rgb(221,7,74); }

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

background-color css

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

 a { background-color: rgb(221,7,74); }

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

border-color css

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

 span { border-color: rgb(221,7,74); }

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