Html Css Color HEX #DD075C Razzmatazz

📋 copy color: '#DD075C'

red 221 ◦ green 7 ◦ blue 92

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

Shades of Razzmatazz #DD075C

Tints of Razzmatazz #DD075C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.75%

R = 69.06%
G = 2.19%
B = 28.75%

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

#DD075C (or 0xDD075C) is known color: Razzmatazz. HEX triplet: DD, 07 and 5C. RGB value is (221,7,92). Sum of RGB (Red+Green+Blue) = 221+7+92=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD075C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD075C is #22F8A3. Grayscale: #505050. Windows color (decimal): -2291876 or 6031325. OLE color: 6031325.

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

Color convert

RGB 221 7 92 -
CMYK 0 0.97 0.58 0.13
HSL 336.17º 0.94% 0.45% -
HSV(B) 336.17º 0.97% 0.87% -
XYZ 31.83 16.3 11.59 -
YUV 80.68 134.4 228.09 -
System Red Green Blue C M Y K H S L
Decimal 221 7 92 0 0.97 0.58 0.13 336.17 0.94 0.45
Hex DD 7 5C 0 61 3A D 150 5E 2D
Octal 335 7 134 0 141 72 15 520 136 55
Binary 11011101 111 1011100 0 1100001 111010 1101 101010000 1011110 101101

Color Harmonies of #DD075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD075C

Black with #DD075C

Text Example


Text Example

White with #DD075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD075C; }

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

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

background-color css

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

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

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

border-color css

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

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

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