Html Css Color HEX #DD075D Razzmatazz

📋 copy color: '#DD075D'

red 221 ◦ green 7 ◦ blue 93

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

Shades of Razzmatazz #DD075D

Tints of Razzmatazz #DD075D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.97%

R = 68.85%
G = 2.18%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD075D (or 0xDD075D) is known color: Razzmatazz. HEX triplet: DD, 07 and 5D. RGB value is (221,7,93). Sum of RGB (Red+Green+Blue) = 221+7+93=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD075D is #22F8A2. Grayscale: #505050. Windows color (decimal): -2291875 or 6096861. OLE color: 6096861.

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

Color convert

RGB 221 7 93 -
CMYK 0 0.97 0.58 0.13
HSL 335.89º 0.94% 0.45% -
HSV(B) 335.89º 0.97% 0.87% -
XYZ 31.87 16.31 11.83 -
YUV 80.79 134.9 228.01 -
System Red Green Blue C M Y K H S L
Decimal 221 7 93 0 0.97 0.58 0.13 335.89 0.94 0.45
Hex DD 7 5D 0 61 3A D 150 5E 2D
Octal 335 7 135 0 141 72 15 520 136 55
Binary 11011101 111 1011101 0 1100001 111010 1101 101010000 1011110 101101

Color Harmonies of #DD075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD075D

Black with #DD075D

Text Example


Text Example

White with #DD075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD075D; }

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

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

background-color css

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

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

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

border-color css

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

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

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