Html Css Color HEX #DD0863 Razzmatazz

📋 copy color: '#DD0863'

red 221 ◦ green 8 ◦ blue 99

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

Shades of Razzmatazz #DD0863

Tints of Razzmatazz #DD0863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.44%

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

R = 67.38%
G = 2.44%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD0863 (or 0xDD0863) is known color: Razzmatazz. HEX triplet: DD, 08 and 63. RGB value is (221,8,99). Sum of RGB (Red+Green+Blue) = 221+8+99=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0863 is #22F79C. Grayscale: #515151. Windows color (decimal): -2291613 or 6490333. OLE color: 6490333.

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

Color convert

RGB 221 8 99 -
CMYK 0 0.96 0.55 0.13
HSL 334.37º 0.93% 0.45% -
HSV(B) 334.37º 0.96% 0.87% -
XYZ 32.16 16.45 13.28 -
YUV 82.06 137.57 227.1 -
System Red Green Blue C M Y K H S L
Decimal 221 8 99 0 0.96 0.55 0.13 334.37 0.93 0.45
Hex DD 8 63 0 60 37 D 14E 5D 2D
Octal 335 10 143 0 140 67 15 516 135 55
Binary 11011101 1000 1100011 0 1100000 110111 1101 101001110 1011101 101101

Color Harmonies of #DD0863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0863

Black with #DD0863

Text Example


Text Example

White with #DD0863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0863; }

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

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

background-color css

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

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

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

border-color css

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

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

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