Html Css Color HEX #DD074C Razzmatazz

📋 copy color: '#DD074C'

red 221 ◦ green 7 ◦ blue 76

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

Shades of Razzmatazz #DD074C

Tints of Razzmatazz #DD074C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25%

R = 72.7%
G = 2.3%
B = 25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD074C (or 0xDD074C) is known color: Razzmatazz. HEX triplet: DD, 07 and 4C. RGB value is (221,7,76). Sum of RGB (Red+Green+Blue) = 221+7+76=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD074C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD074C is #22F8B3. Grayscale: #4E4E4E. Windows color (decimal): -2291892 or 4982749. OLE color: 4982749.

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

Color convert

RGB 221 7 76 -
CMYK 0 0.97 0.66 0.13
HSL 340.65º 0.94% 0.45% -
HSV(B) 340.65º 0.97% 0.87% -
XYZ 31.2 16.05 8.29 -
YUV 78.85 126.4 229.39 -
System Red Green Blue C M Y K H S L
Decimal 221 7 76 0 0.97 0.66 0.13 340.65 0.94 0.45
Hex DD 7 4C 0 61 42 D 155 5E 2D
Octal 335 7 114 0 141 102 15 525 136 55
Binary 11011101 111 1001100 0 1100001 1000010 1101 101010101 1011110 101101

Color Harmonies of #DD074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD074C

Black with #DD074C

Text Example


Text Example

White with #DD074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD074C; }

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

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

background-color css

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

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

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

border-color css

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

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

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