Html Css Color HEX #DD0951 Razzmatazz

📋 copy color: '#DD0951'

red 221 ◦ green 9 ◦ blue 81

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

Shades of Razzmatazz #DD0951

Tints of Razzmatazz #DD0951

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.89%

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

R = 71.06%
G = 2.89%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD0951 (or 0xDD0951) is known color: Razzmatazz. HEX triplet: DD, 09 and 51. RGB value is (221,9,81). Sum of RGB (Red+Green+Blue) = 221+9+81=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0951 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0951 is #22F6AE. Grayscale: #505050. Windows color (decimal): -2291375 or 5310941. OLE color: 5310941.

HSL color Cylindrical-coordinate representation of color #DD0951: hue angle of 339.62º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0951 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 9 81 -
CMYK 0 0.96 0.63 0.13
HSL 339.62º 0.92% 0.45% -
HSV(B) 339.62º 0.96% 0.87% -
XYZ 31.4 16.16 9.25 -
YUV 80.6 128.24 228.15 -
System Red Green Blue C M Y K H S L
Decimal 221 9 81 0 0.96 0.63 0.13 339.62 0.92 0.45
Hex DD 9 51 0 60 3F D 154 5C 2D
Octal 335 11 121 0 140 77 15 524 134 55
Binary 11011101 1001 1010001 0 1100000 111111 1101 101010100 1011100 101101

Color Harmonies of #DD0951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0951

Black with #DD0951

Text Example


Text Example

White with #DD0951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0951; }

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

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

background-color css

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

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

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

border-color css

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

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

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