Html Css Color HEX #DD0761 Razzmatazz

📋 copy color: '#DD0761'

red 221 ◦ green 7 ◦ blue 97

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

Shades of Razzmatazz #DD0761

Tints of Razzmatazz #DD0761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.85%

R = 68%
G = 2.15%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD0761 (or 0xDD0761) is known color: Razzmatazz. HEX triplet: DD, 07 and 61. RGB value is (221,7,97). Sum of RGB (Red+Green+Blue) = 221+7+97=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0761 is #22F89E. Grayscale: #515151. Windows color (decimal): -2291871 or 6359005. OLE color: 6359005.

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

Color convert

RGB 221 7 97 -
CMYK 0 0.97 0.56 0.13
HSL 334.77º 0.94% 0.45% -
HSV(B) 334.77º 0.97% 0.87% -
XYZ 32.05 16.39 12.78 -
YUV 81.25 136.9 227.68 -
System Red Green Blue C M Y K H S L
Decimal 221 7 97 0 0.97 0.56 0.13 334.77 0.94 0.45
Hex DD 7 61 0 61 38 D 14F 5E 2D
Octal 335 7 141 0 141 70 15 517 136 55
Binary 11011101 111 1100001 0 1100001 111000 1101 101001111 1011110 101101

Color Harmonies of #DD0761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0761

Black with #DD0761

Text Example


Text Example

White with #DD0761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0761; }

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

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

background-color css

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

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

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

border-color css

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

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

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