Html Css Color HEX #DD0858 Razzmatazz

📋 copy color: '#DD0858'

red 221 ◦ green 8 ◦ blue 88

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

Shades of Razzmatazz #DD0858

Tints of Razzmatazz #DD0858

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.52%

 BLUE value IS 88 (34.77% from 255) = 27.76%

R = 69.72%
G = 2.52%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD0858 (or 0xDD0858) is known color: Razzmatazz. HEX triplet: DD, 08 and 58. RGB value is (221,8,88). Sum of RGB (Red+Green+Blue) = 221+8+88=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0858 is #22F7A7. Grayscale: #505050. Windows color (decimal): -2291624 or 5769437. OLE color: 5769437.

HSL color Cylindrical-coordinate representation of color #DD0858: hue angle of 337.46º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0858 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 8 88 -
CMYK 0 0.96 0.60 0.13
HSL 337.46º 0.93% 0.45% -
HSV(B) 337.46º 0.96% 0.87% -
XYZ 31.67 16.25 10.7 -
YUV 80.81 132.07 228 -
System Red Green Blue C M Y K H S L
Decimal 221 8 88 0 0.96 0.60 0.13 337.46 0.93 0.45
Hex DD 8 58 0 60 3C D 151 5D 2D
Octal 335 10 130 0 140 74 15 521 135 55
Binary 11011101 1000 1011000 0 1100000 111100 1101 101010001 1011101 101101

Color Harmonies of #DD0858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0858

Black with #DD0858

Text Example


Text Example

White with #DD0858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0858; }

 p { color: rgb(221,8,88); }

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

background-color css

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

 a { background-color: rgb(221,8,88); }

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

border-color css

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

 span { border-color: rgb(221,8,88); }

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