Html Css Color HEX #DD0251 Razzmatazz

📋 copy color: '#DD0251'

red 221 ◦ green 2 ◦ blue 81

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

Shades of Razzmatazz #DD0251

Tints of Razzmatazz #DD0251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.64%

R = 72.7%
G = 0.66%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD0251 (or 0xDD0251) is known color: Razzmatazz. HEX triplet: DD, 02 and 51. RGB value is (221,2,81). Sum of RGB (Red+Green+Blue) = 221+2+81=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0251 is #22FDAE. Grayscale: #4C4C4C. Windows color (decimal): -2293167 or 5309149. OLE color: 5309149.

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

Color convert

RGB 221 2 81 -
CMYK 0 0.99 0.63 0.13
HSL 338.36º 0.98% 0.44% -
HSV(B) 338.36º 0.99% 0.87% -
XYZ 31.33 16.01 9.22 -
YUV 76.49 130.55 231.08 -
System Red Green Blue C M Y K H S L
Decimal 221 2 81 0 0.99 0.63 0.13 338.36 0.98 0.44
Hex DD 2 51 0 63 3F D 152 62 2C
Octal 335 2 121 0 143 77 15 522 142 54
Binary 11011101 10 1010001 0 1100011 111111 1101 101010010 1100010 101100

Color Harmonies of #DD0251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0251

Black with #DD0251

Text Example


Text Example

White with #DD0251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0251; }

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

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

background-color css

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

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

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

border-color css

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

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

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