Html Css Color HEX #DD0763 Razzmatazz

📋 copy color: '#DD0763'

red 221 ◦ green 7 ◦ blue 99

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

Shades of Razzmatazz #DD0763

Tints of Razzmatazz #DD0763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.28%

R = 67.58%
G = 2.14%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD0763 (or 0xDD0763) is known color: Razzmatazz. HEX triplet: DD, 07 and 63. RGB value is (221,7,99). Sum of RGB (Red+Green+Blue) = 221+7+99=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0763 is #22F89C. Grayscale: #515151. Windows color (decimal): -2291869 or 6490077. OLE color: 6490077.

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

Color convert

RGB 221 7 99 -
CMYK 0 0.97 0.55 0.13
HSL 334.21º 0.94% 0.45% -
HSV(B) 334.21º 0.97% 0.87% -
XYZ 32.15 16.42 13.28 -
YUV 81.47 137.9 227.52 -
System Red Green Blue C M Y K H S L
Decimal 221 7 99 0 0.97 0.55 0.13 334.21 0.94 0.45
Hex DD 7 63 0 61 37 D 14E 5E 2D
Octal 335 7 143 0 141 67 15 516 136 55
Binary 11011101 111 1100011 0 1100001 110111 1101 101001110 1011110 101101

Color Harmonies of #DD0763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0763

Black with #DD0763

Text Example


Text Example

White with #DD0763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0763; }

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

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

background-color css

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

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

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

border-color css

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

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

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