Html Css Color HEX #DD0152 Razzmatazz

📋 copy color: '#DD0152'

red 221 ◦ green 1 ◦ blue 82

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

Shades of Razzmatazz #DD0152

Tints of Razzmatazz #DD0152

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 82 (32.42% from 255) = 26.97%

R = 72.7%
G = 0.33%
B = 26.97%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD0152 (or 0xDD0152) is known color: Razzmatazz. HEX triplet: DD, 01 and 52. RGB value is (221,1,82). Sum of RGB (Red+Green+Blue) = 221+1+82=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0152 is #22FEAD. Grayscale: #4B4B4B. Windows color (decimal): -2293422 or 5374429. OLE color: 5374429.

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

Color convert

RGB 221 1 82 -
CMYK 0 1.00 0.63 0.13
HSL 337.91º 0.99% 0.44% -
HSV(B) 337.91º 1% 0.87% -
XYZ 31.35 16 9.42 -
YUV 76.01 131.39 231.41 -
System Red Green Blue C M Y K H S L
Decimal 221 1 82 0 1.00 0.63 0.13 337.91 0.99 0.44
Hex DD 1 52 0 64 3F D 152 63 2C
Octal 335 1 122 0 144 77 15 522 143 54
Binary 11011101 1 1010010 0 1100100 111111 1101 101010010 1100011 101100

Color Harmonies of #DD0152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0152

Black with #DD0152

Text Example


Text Example

White with #DD0152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0152; }

 p { color: rgb(221,1,82); }

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

background-color css

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

 a { background-color: rgb(221,1,82); }

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

border-color css

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

 span { border-color: rgb(221,1,82); }

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