Html Css Color HEX #DD034C Razzmatazz

📋 copy color: '#DD034C'

red 221 ◦ green 3 ◦ blue 76

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

Shades of Razzmatazz #DD034C

Tints of Razzmatazz #DD034C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

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

R = 73.67%
G = 1%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD034C (or 0xDD034C) is known color: Razzmatazz. HEX triplet: DD, 03 and 4C. RGB value is (221,3,76). Sum of RGB (Red+Green+Blue) = 221+3+76=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD034C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD034C is #22FCB3. Grayscale: #4C4C4C. Windows color (decimal): -2292916 or 4981725. OLE color: 4981725.

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

Color convert

RGB 221 3 76 -
CMYK 0 0.99 0.66 0.13
HSL 339.91º 0.97% 0.44% -
HSV(B) 339.91º 0.99% 0.87% -
XYZ 31.16 15.96 8.28 -
YUV 76.5 127.72 231.06 -
System Red Green Blue C M Y K H S L
Decimal 221 3 76 0 0.99 0.66 0.13 339.91 0.97 0.44
Hex DD 3 4C 0 63 42 D 154 61 2C
Octal 335 3 114 0 143 102 15 524 141 54
Binary 11011101 11 1001100 0 1100011 1000010 1101 101010100 1100001 101100

Color Harmonies of #DD034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD034C

Black with #DD034C

Text Example


Text Example

White with #DD034C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD034C; }

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

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

background-color css

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

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

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

border-color css

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

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

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