Html Css Color HEX #DD004D Razzmatazz

📋 copy color: '#DD004D'

red 221 ◦ green 0 ◦ blue 77

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

Shades of Razzmatazz #DD004D

Tints of Razzmatazz #DD004D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.84%

R = 74.16%
G = 0%
B = 25.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD004D (or 0xDD004D) is known color: Razzmatazz. HEX triplet: DD, 00 and 4D. RGB value is (221,0,77). Sum of RGB (Red+Green+Blue) = 221+0+77=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD004D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD004D is #22FFB2. Grayscale: #4A4A4A. Windows color (decimal): -2293683 or 5046493. OLE color: 5046493.

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

Color convert

RGB 221 0 77 -
CMYK 0 1 0.65 0.13
HSL 339.1º 1% 0.43% -
HSV(B) 339.1º 1% 0.87% -
XYZ 31.16 15.91 8.45 -
YUV 74.86 129.22 232.24 -
System Red Green Blue C M Y K H S L
Decimal 221 0 77 0 1 0.65 0.13 339.1 1 0.43
Hex DD 0 4D 0 64 41 D 153 64 2B
Octal 335 0 115 0 144 101 15 523 144 53
Binary 11011101 0 1001101 0 1100100 1000001 1101 101010011 1100100 101011

Color Harmonies of #DD004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD004D

Black with #DD004D

Text Example


Text Example

White with #DD004D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD004D; }

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

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

background-color css

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

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

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

border-color css

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

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

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