Html Css Color HEX #DD0060 Razzmatazz

📋 copy color: '#DD0060'

red 221 ◦ green 0 ◦ blue 96

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

Shades of Razzmatazz #DD0060

Tints of Razzmatazz #DD0060

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.72%
G = 0%
B = 30.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD0060 (or 0xDD0060) is known color: Razzmatazz. HEX triplet: DD, 00 and 60. RGB value is (221,0,96). Sum of RGB (Red+Green+Blue) = 221+0+96=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0060 is #22FF9F. Grayscale: #4C4C4C. Windows color (decimal): -2293664 or 6291677. OLE color: 6291677.

HSL color Cylindrical-coordinate representation of color #DD0060: hue angle of 333.94º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0060 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 96 -
CMYK 0 1 0.57 0.13
HSL 333.94º 1% 0.43% -
HSV(B) 333.94º 1% 0.87% -
XYZ 31.93 16.22 12.51 -
YUV 77.02 138.72 230.69 -
System Red Green Blue C M Y K H S L
Decimal 221 0 96 0 1 0.57 0.13 333.94 1 0.43
Hex DD 0 60 0 64 39 D 14E 64 2B
Octal 335 0 140 0 144 71 15 516 144 53
Binary 11011101 0 1100000 0 1100100 111001 1101 101001110 1100100 101011

Color Harmonies of #DD0060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0060

Black with #DD0060

Text Example


Text Example

White with #DD0060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0060; }

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

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

background-color css

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

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

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

border-color css

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

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

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