Html Css Color HEX #DD0353 Razzmatazz

📋 copy color: '#DD0353'

red 221 ◦ green 3 ◦ blue 83

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

Shades of Razzmatazz #DD0353

Tints of Razzmatazz #DD0353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.04%

R = 71.99%
G = 0.98%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD0353 (or 0xDD0353) is known color: Razzmatazz. HEX triplet: DD, 03 and 53. RGB value is (221,3,83). Sum of RGB (Red+Green+Blue) = 221+3+83=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0353 is #22FCAC. Grayscale: #4D4D4D. Windows color (decimal): -2292909 or 5440477. OLE color: 5440477.

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

Color convert

RGB 221 3 83 -
CMYK 0 0.99 0.62 0.13
HSL 337.98º 0.97% 0.44% -
HSV(B) 337.98º 0.99% 0.87% -
XYZ 31.41 16.06 9.63 -
YUV 77.3 131.22 230.5 -
System Red Green Blue C M Y K H S L
Decimal 221 3 83 0 0.99 0.62 0.13 337.98 0.97 0.44
Hex DD 3 53 0 63 3E D 152 61 2C
Octal 335 3 123 0 143 76 15 522 141 54
Binary 11011101 11 1010011 0 1100011 111110 1101 101010010 1100001 101100

Color Harmonies of #DD0353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0353

Black with #DD0353

Text Example


Text Example

White with #DD0353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0353; }

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

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

background-color css

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

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

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

border-color css

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

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

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