Html Css Color HEX #DD0751 Razzmatazz

📋 copy color: '#DD0751'

red 221 ◦ green 7 ◦ blue 81

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

Shades of Razzmatazz #DD0751

Tints of Razzmatazz #DD0751

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.27%

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

R = 71.52%
G = 2.27%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD0751 (or 0xDD0751) is known color: Razzmatazz. HEX triplet: DD, 07 and 51. RGB value is (221,7,81). Sum of RGB (Red+Green+Blue) = 221+7+81=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0751 is #22F8AE. Grayscale: #4F4F4F. Windows color (decimal): -2291887 or 5310429. OLE color: 5310429.

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

Color convert

RGB 221 7 81 -
CMYK 0 0.97 0.63 0.13
HSL 339.25º 0.94% 0.45% -
HSV(B) 339.25º 0.97% 0.87% -
XYZ 31.38 16.12 9.24 -
YUV 79.42 128.9 228.98 -
System Red Green Blue C M Y K H S L
Decimal 221 7 81 0 0.97 0.63 0.13 339.25 0.94 0.45
Hex DD 7 51 0 61 3F D 153 5E 2D
Octal 335 7 121 0 141 77 15 523 136 55
Binary 11011101 111 1010001 0 1100001 111111 1101 101010011 1011110 101101

Color Harmonies of #DD0751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0751

Black with #DD0751

Text Example


Text Example

White with #DD0751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0751; }

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

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

background-color css

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

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

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

border-color css

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

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

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