Html Css Color HEX #DD0255 Razzmatazz

📋 copy color: '#DD0255'

red 221 ◦ green 2 ◦ blue 85

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

Shades of Razzmatazz #DD0255

Tints of Razzmatazz #DD0255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.6%

R = 71.75%
G = 0.65%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD0255 (or 0xDD0255) is known color: Razzmatazz. HEX triplet: DD, 02 and 55. RGB value is (221,2,85). Sum of RGB (Red+Green+Blue) = 221+2+85=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0255 is #22FDAA. Grayscale: #4C4C4C. Windows color (decimal): -2293163 or 5571293. OLE color: 5571293.

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

Color convert

RGB 221 2 85 -
CMYK 0 0.99 0.62 0.13
HSL 337.26º 0.98% 0.44% -
HSV(B) 337.26º 0.99% 0.87% -
XYZ 31.48 16.07 10.04 -
YUV 76.94 132.55 230.75 -
System Red Green Blue C M Y K H S L
Decimal 221 2 85 0 0.99 0.62 0.13 337.26 0.98 0.44
Hex DD 2 55 0 63 3E D 151 62 2C
Octal 335 2 125 0 143 76 15 521 142 54
Binary 11011101 10 1010101 0 1100011 111110 1101 101010001 1100010 101100

Color Harmonies of #DD0255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0255

Black with #DD0255

Text Example


Text Example

White with #DD0255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0255; }

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

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

background-color css

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

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

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

border-color css

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

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

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