Html Css Color HEX #DD044B Razzmatazz

📋 copy color: '#DD044B'

red 221 ◦ green 4 ◦ blue 75

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

Shades of Razzmatazz #DD044B

Tints of Razzmatazz #DD044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

 BLUE value IS 75 (29.69% from 255) = 25%

R = 73.67%
G = 1.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD044B (or 0xDD044B) is known color: Razzmatazz. HEX triplet: DD, 04 and 4B. RGB value is (221,4,75). Sum of RGB (Red+Green+Blue) = 221+4+75=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD044B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD044B is #22FBB4. Grayscale: #4C4C4C. Windows color (decimal): -2292661 or 4916445. OLE color: 4916445.

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

Color convert

RGB 221 4 75 -
CMYK 0 0.98 0.66 0.13
HSL 340.37º 0.96% 0.44% -
HSV(B) 340.37º 0.98% 0.87% -
XYZ 31.13 15.97 8.1 -
YUV 76.98 126.89 230.73 -
System Red Green Blue C M Y K H S L
Decimal 221 4 75 0 0.98 0.66 0.13 340.37 0.96 0.44
Hex DD 4 4B 0 62 42 D 154 60 2C
Octal 335 4 113 0 142 102 15 524 140 54
Binary 11011101 100 1001011 0 1100010 1000010 1101 101010100 1100000 101100

Color Harmonies of #DD044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD044B

Black with #DD044B

Text Example


Text Example

White with #DD044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD044B; }

 p { color: rgb(221,4,75); }

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

background-color css

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

 a { background-color: rgb(221,4,75); }

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

border-color css

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

 span { border-color: rgb(221,4,75); }

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