Html Css Color HEX #DD0364 Razzmatazz

📋 copy color: '#DD0364'

red 221 ◦ green 3 ◦ blue 100

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

Shades of Razzmatazz #DD0364

Tints of Razzmatazz #DD0364

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

 BLUE value IS 100 (39.45% from 255) = 30.86%

R = 68.21%
G = 0.93%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD0364 (or 0xDD0364) is known color: Razzmatazz. HEX triplet: DD, 03 and 64. RGB value is (221,3,100). Sum of RGB (Red+Green+Blue) = 221+3+100=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0364 is #22FC9B. Grayscale: #4F4F4F. Windows color (decimal): -2292892 or 6554589. OLE color: 6554589.

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

Color convert

RGB 221 3 100 -
CMYK 0 0.99 0.55 0.13
HSL 333.3º 0.97% 0.44% -
HSV(B) 333.3º 0.99% 0.87% -
XYZ 32.15 16.36 13.52 -
YUV 79.24 139.72 229.11 -
System Red Green Blue C M Y K H S L
Decimal 221 3 100 0 0.99 0.55 0.13 333.3 0.97 0.44
Hex DD 3 64 0 63 37 D 14D 61 2C
Octal 335 3 144 0 143 67 15 515 141 54
Binary 11011101 11 1100100 0 1100011 110111 1101 101001101 1100001 101100

Color Harmonies of #DD0364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0364

Black with #DD0364

Text Example


Text Example

White with #DD0364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0364; }

 p { color: rgb(221,3,100); }

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

background-color css

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

 a { background-color: rgb(221,3,100); }

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

border-color css

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

 span { border-color: rgb(221,3,100); }

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