Html Css Color HEX #DD074F Razzmatazz

📋 copy color: '#DD074F'

red 221 ◦ green 7 ◦ blue 79

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

Shades of Razzmatazz #DD074F

Tints of Razzmatazz #DD074F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.73%

R = 71.99%
G = 2.28%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD074F (or 0xDD074F) is known color: Razzmatazz. HEX triplet: DD, 07 and 4F. RGB value is (221,7,79). Sum of RGB (Red+Green+Blue) = 221+7+79=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD074F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD074F is #22F8B0. Grayscale: #4F4F4F. Windows color (decimal): -2291889 or 5179357. OLE color: 5179357.

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

Color convert

RGB 221 7 79 -
CMYK 0 0.97 0.64 0.13
HSL 339.81º 0.94% 0.45% -
HSV(B) 339.81º 0.97% 0.87% -
XYZ 31.31 16.09 8.85 -
YUV 79.19 127.9 229.15 -
System Red Green Blue C M Y K H S L
Decimal 221 7 79 0 0.97 0.64 0.13 339.81 0.94 0.45
Hex DD 7 4F 0 61 40 D 154 5E 2D
Octal 335 7 117 0 141 100 15 524 136 55
Binary 11011101 111 1001111 0 1100001 1000000 1101 101010100 1011110 101101

Color Harmonies of #DD074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD074F

Black with #DD074F

Text Example


Text Example

White with #DD074F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD074F; }

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

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

background-color css

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

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

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

border-color css

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

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

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