Html Css Color HEX #DD0459 Razzmatazz

📋 copy color: '#DD0459'

red 221 ◦ green 4 ◦ blue 89

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

Shades of Razzmatazz #DD0459

Tints of Razzmatazz #DD0459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 28.34%

R = 70.38%
G = 1.27%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD0459 (or 0xDD0459) is known color: Razzmatazz. HEX triplet: DD, 04 and 59. RGB value is (221,4,89). Sum of RGB (Red+Green+Blue) = 221+4+89=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0459 is #22FBA6. Grayscale: #4E4E4E. Windows color (decimal): -2292647 or 5833949. OLE color: 5833949.

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

Color convert

RGB 221 4 89 -
CMYK 0 0.98 0.60 0.13
HSL 336.5º 0.96% 0.44% -
HSV(B) 336.5º 0.98% 0.87% -
XYZ 31.67 16.18 10.91 -
YUV 78.57 133.89 229.59 -
System Red Green Blue C M Y K H S L
Decimal 221 4 89 0 0.98 0.60 0.13 336.5 0.96 0.44
Hex DD 4 59 0 62 3C D 150 60 2C
Octal 335 4 131 0 142 74 15 520 140 54
Binary 11011101 100 1011001 0 1100010 111100 1101 101010000 1100000 101100

Color Harmonies of #DD0459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0459

Black with #DD0459

Text Example


Text Example

White with #DD0459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0459; }

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

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

background-color css

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

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

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

border-color css

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

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

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