Html Css Color HEX #DD0463 Razzmatazz

📋 copy color: '#DD0463'

red 221 ◦ green 4 ◦ blue 99

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

Shades of Razzmatazz #DD0463

Tints of Razzmatazz #DD0463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.56%

R = 68.21%
G = 1.23%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD0463 (or 0xDD0463) is known color: Razzmatazz. HEX triplet: DD, 04 and 63. RGB value is (221,4,99). Sum of RGB (Red+Green+Blue) = 221+4+99=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0463 is #22FB9C. Grayscale: #4F4F4F. Windows color (decimal): -2292637 or 6489309. OLE color: 6489309.

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

Color convert

RGB 221 4 99 -
CMYK 0 0.98 0.55 0.13
HSL 333.73º 0.96% 0.44% -
HSV(B) 333.73º 0.98% 0.87% -
XYZ 32.11 16.36 13.27 -
YUV 79.71 138.89 228.78 -
System Red Green Blue C M Y K H S L
Decimal 221 4 99 0 0.98 0.55 0.13 333.73 0.96 0.44
Hex DD 4 63 0 62 37 D 14E 60 2C
Octal 335 4 143 0 142 67 15 516 140 54
Binary 11011101 100 1100011 0 1100010 110111 1101 101001110 1100000 101100

Color Harmonies of #DD0463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0463

Black with #DD0463

Text Example


Text Example

White with #DD0463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0463; }

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

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

background-color css

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

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

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

border-color css

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

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

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