Html Css Color HEX #DD005A Razzmatazz

📋 copy color: '#DD005A'

red 221 ◦ green 0 ◦ blue 90

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

Shades of Razzmatazz #DD005A

Tints of Razzmatazz #DD005A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.94%

R = 71.06%
G = 0%
B = 28.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD005A (or 0xDD005A) is known color: Razzmatazz. HEX triplet: DD, 00 and 5A. RGB value is (221,0,90). Sum of RGB (Red+Green+Blue) = 221+0+90=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD005A is #22FFA5. Grayscale: #4C4C4C. Windows color (decimal): -2293670 or 5898461. OLE color: 5898461.

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

Color convert

RGB 221 0 90 -
CMYK 0 1 0.59 0.13
HSL 335.57º 1% 0.43% -
HSV(B) 335.57º 1% 0.87% -
XYZ 31.66 16.11 11.11 -
YUV 76.34 135.72 231.18 -
System Red Green Blue C M Y K H S L
Decimal 221 0 90 0 1 0.59 0.13 335.57 1 0.43
Hex DD 0 5A 0 64 3B D 150 64 2B
Octal 335 0 132 0 144 73 15 520 144 53
Binary 11011101 0 1011010 0 1100100 111011 1101 101010000 1100100 101011

Color Harmonies of #DD005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD005A

Black with #DD005A

Text Example


Text Example

White with #DD005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD005A; }

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

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

background-color css

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

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

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

border-color css

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

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

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