Html Css Color HEX #DD0257 Razzmatazz

📋 copy color: '#DD0257'

red 221 ◦ green 2 ◦ blue 87

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

Shades of Razzmatazz #DD0257

Tints of Razzmatazz #DD0257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 87 (34.38% from 255) = 28.06%

R = 71.29%
G = 0.65%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD0257 (or 0xDD0257) is known color: Razzmatazz. HEX triplet: DD, 02 and 57. RGB value is (221,2,87). Sum of RGB (Red+Green+Blue) = 221+2+87=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0257 is #22FDA8. Grayscale: #4D4D4D. Windows color (decimal): -2293161 or 5702365. OLE color: 5702365.

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

Color convert

RGB 221 2 87 -
CMYK 0 0.99 0.61 0.13
HSL 336.71º 0.98% 0.44% -
HSV(B) 336.71º 0.99% 0.87% -
XYZ 31.56 16.1 10.46 -
YUV 77.17 133.55 230.59 -
System Red Green Blue C M Y K H S L
Decimal 221 2 87 0 0.99 0.61 0.13 336.71 0.98 0.44
Hex DD 2 57 0 63 3D D 151 62 2C
Octal 335 2 127 0 143 75 15 521 142 54
Binary 11011101 10 1010111 0 1100011 111101 1101 101010001 1100010 101100

Color Harmonies of #DD0257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0257

Black with #DD0257

Text Example


Text Example

White with #DD0257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0257; }

 p { color: rgb(221,2,87); }

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

background-color css

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

 a { background-color: rgb(221,2,87); }

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

border-color css

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

 span { border-color: rgb(221,2,87); }

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