Html Css Color HEX #DD0250 Razzmatazz

📋 copy color: '#DD0250'

red 221 ◦ green 2 ◦ blue 80

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

Shades of Razzmatazz #DD0250

Tints of Razzmatazz #DD0250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.4%

R = 72.94%
G = 0.66%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD0250 (or 0xDD0250) is known color: Razzmatazz. HEX triplet: DD, 02 and 50. RGB value is (221,2,80). Sum of RGB (Red+Green+Blue) = 221+2+80=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0250 is #22FDAF. Grayscale: #4C4C4C. Windows color (decimal): -2293168 or 5243613. OLE color: 5243613.

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

Color convert

RGB 221 2 80 -
CMYK 0 0.99 0.64 0.13
HSL 338.63º 0.98% 0.44% -
HSV(B) 338.63º 0.99% 0.87% -
XYZ 31.29 15.99 9.03 -
YUV 76.37 130.05 231.16 -
System Red Green Blue C M Y K H S L
Decimal 221 2 80 0 0.99 0.64 0.13 338.63 0.98 0.44
Hex DD 2 50 0 63 40 D 153 62 2C
Octal 335 2 120 0 143 100 15 523 142 54
Binary 11011101 10 1010000 0 1100011 1000000 1101 101010011 1100010 101100

Color Harmonies of #DD0250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0250

Black with #DD0250

Text Example


Text Example

White with #DD0250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0250; }

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

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

background-color css

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

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

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

border-color css

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

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

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