Html Css Color HEX #DD004C Razzmatazz

📋 copy color: '#DD004C'

red 221 ◦ green 0 ◦ blue 76

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

Shades of Razzmatazz #DD004C

Tints of Razzmatazz #DD004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.41%
G = 0%
B = 25.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD004C (or 0xDD004C) is known color: Razzmatazz. HEX triplet: DD, 00 and 4C. RGB value is (221,0,76). Sum of RGB (Red+Green+Blue) = 221+0+76=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD004C is #22FFB3. Grayscale: #4A4A4A. Windows color (decimal): -2293684 or 4980957. OLE color: 4980957.

HSL color Cylindrical-coordinate representation of color #DD004C: hue angle of 339.37º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD004C is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 76 -
CMYK 0 1 0.66 0.13
HSL 339.37º 1% 0.43% -
HSV(B) 339.37º 1% 0.87% -
XYZ 31.12 15.89 8.26 -
YUV 74.74 128.72 232.32 -
System Red Green Blue C M Y K H S L
Decimal 221 0 76 0 1 0.66 0.13 339.37 1 0.43
Hex DD 0 4C 0 64 42 D 153 64 2B
Octal 335 0 114 0 144 102 15 523 144 53
Binary 11011101 0 1001100 0 1100100 1000010 1101 101010011 1100100 101011

Color Harmonies of #DD004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD004C

Black with #DD004C

Text Example


Text Example

White with #DD004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD004C; }

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

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

background-color css

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

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

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

border-color css

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

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

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