Html Css Color HEX #DD0360 Razzmatazz

📋 copy color: '#DD0360'

red 221 ◦ green 3 ◦ blue 96

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

Shades of Razzmatazz #DD0360

Tints of Razzmatazz #DD0360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30%

R = 69.06%
G = 0.94%
B = 30%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD0360 (or 0xDD0360) is known color: Razzmatazz. HEX triplet: DD, 03 and 60. RGB value is (221,3,96). Sum of RGB (Red+Green+Blue) = 221+3+96=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0360 is #22FC9F. Grayscale: #4E4E4E. Windows color (decimal): -2292896 or 6292445. OLE color: 6292445.

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

Color convert

RGB 221 3 96 -
CMYK 0 0.99 0.57 0.13
HSL 334.4º 0.97% 0.44% -
HSV(B) 334.4º 0.99% 0.87% -
XYZ 31.96 16.28 12.52 -
YUV 78.78 137.72 229.44 -
System Red Green Blue C M Y K H S L
Decimal 221 3 96 0 0.99 0.57 0.13 334.4 0.97 0.44
Hex DD 3 60 0 63 39 D 14E 61 2C
Octal 335 3 140 0 143 71 15 516 141 54
Binary 11011101 11 1100000 0 1100011 111001 1101 101001110 1100001 101100

Color Harmonies of #DD0360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0360

Black with #DD0360

Text Example


Text Example

White with #DD0360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0360; }

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

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

background-color css

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

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

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

border-color css

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

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

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