Html Css Color HEX #DD0460 Razzmatazz

📋 copy color: '#DD0460'

red 221 ◦ green 4 ◦ blue 96

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

Shades of Razzmatazz #DD0460

Tints of Razzmatazz #DD0460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.91%

R = 68.85%
G = 1.25%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD0460 (or 0xDD0460) is known color: Razzmatazz. HEX triplet: DD, 04 and 60. RGB value is (221,4,96). Sum of RGB (Red+Green+Blue) = 221+4+96=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0460 is #22FB9F. Grayscale: #4F4F4F. Windows color (decimal): -2292640 or 6292701. OLE color: 6292701.

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

Color convert

RGB 221 4 96 -
CMYK 0 0.98 0.57 0.13
HSL 334.56º 0.96% 0.44% -
HSV(B) 334.56º 0.98% 0.87% -
XYZ 31.97 16.3 12.53 -
YUV 79.37 137.39 229.02 -
System Red Green Blue C M Y K H S L
Decimal 221 4 96 0 0.98 0.57 0.13 334.56 0.96 0.44
Hex DD 4 60 0 62 39 D 14F 60 2C
Octal 335 4 140 0 142 71 15 517 140 54
Binary 11011101 100 1100000 0 1100010 111001 1101 101001111 1100000 101100

Color Harmonies of #DD0460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0460

Black with #DD0460

Text Example


Text Example

White with #DD0460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0460; }

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

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

background-color css

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

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

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

border-color css

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

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

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