Html Css Color HEX #DD0649 Razzmatazz

📋 copy color: '#DD0649'

red 221 ◦ green 6 ◦ blue 73

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

Shades of Razzmatazz #DD0649

Tints of Razzmatazz #DD0649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2%

 BLUE value IS 73 (28.91% from 255) = 24.33%

R = 73.67%
G = 2%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD0649 (or 0xDD0649) is known color: Razzmatazz. HEX triplet: DD, 06 and 49. RGB value is (221,6,73). Sum of RGB (Red+Green+Blue) = 221+6+73=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0649 is #22F9B6. Grayscale: #4D4D4D. Windows color (decimal): -2292151 or 4785885. OLE color: 4785885.

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

Color convert

RGB 221 6 73 -
CMYK 0 0.97 0.67 0.13
HSL 341.3º 0.95% 0.45% -
HSV(B) 341.3º 0.97% 0.87% -
XYZ 31.09 15.98 7.75 -
YUV 77.92 125.23 230.05 -
System Red Green Blue C M Y K H S L
Decimal 221 6 73 0 0.97 0.67 0.13 341.3 0.95 0.45
Hex DD 6 49 0 61 43 D 155 5F 2D
Octal 335 6 111 0 141 103 15 525 137 55
Binary 11011101 110 1001001 0 1100001 1000011 1101 101010101 1011111 101101

Color Harmonies of #DD0649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0649

Black with #DD0649

Text Example


Text Example

White with #DD0649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0649; }

 p { color: rgb(221,6,73); }

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

background-color css

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

 a { background-color: rgb(221,6,73); }

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

border-color css

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

 span { border-color: rgb(221,6,73); }

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