Html Css Color HEX #DD0260 Razzmatazz

📋 copy color: '#DD0260'

red 221 ◦ green 2 ◦ blue 96

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

Shades of Razzmatazz #DD0260

Tints of Razzmatazz #DD0260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 69.28%
G = 0.63%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD0260 (or 0xDD0260) is known color: Razzmatazz. HEX triplet: DD, 02 and 60. RGB value is (221,2,96). Sum of RGB (Red+Green+Blue) = 221+2+96=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0260 is #22FD9F. Grayscale: #4E4E4E. Windows color (decimal): -2293152 or 6292189. OLE color: 6292189.

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

Color convert

RGB 221 2 96 -
CMYK 0 0.99 0.57 0.13
HSL 334.25º 0.98% 0.44% -
HSV(B) 334.25º 0.99% 0.87% -
XYZ 31.95 16.26 12.52 -
YUV 78.2 138.05 229.86 -
System Red Green Blue C M Y K H S L
Decimal 221 2 96 0 0.99 0.57 0.13 334.25 0.98 0.44
Hex DD 2 60 0 63 39 D 14E 62 2C
Octal 335 2 140 0 143 71 15 516 142 54
Binary 11011101 10 1100000 0 1100011 111001 1101 101001110 1100010 101100

Color Harmonies of #DD0260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0260

Black with #DD0260

Text Example


Text Example

White with #DD0260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0260; }

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

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

background-color css

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

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

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

border-color css

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

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

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