Html Css Color HEX #DD0855 Razzmatazz

📋 copy color: '#DD0855'

red 221 ◦ green 8 ◦ blue 85

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

Shades of Razzmatazz #DD0855

Tints of Razzmatazz #DD0855

RGB

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

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

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

R = 70.38%
G = 2.55%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD0855 (or 0xDD0855) is known color: Razzmatazz. HEX triplet: DD, 08 and 55. RGB value is (221,8,85). Sum of RGB (Red+Green+Blue) = 221+8+85=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0855 is #22F7AA. Grayscale: #505050. Windows color (decimal): -2291627 or 5572829. OLE color: 5572829.

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

Color convert

RGB 221 8 85 -
CMYK 0 0.96 0.62 0.13
HSL 338.31º 0.93% 0.45% -
HSV(B) 338.31º 0.96% 0.87% -
XYZ 31.55 16.2 10.06 -
YUV 80.47 130.57 228.24 -
System Red Green Blue C M Y K H S L
Decimal 221 8 85 0 0.96 0.62 0.13 338.31 0.93 0.45
Hex DD 8 55 0 60 3E D 152 5D 2D
Octal 335 10 125 0 140 76 15 522 135 55
Binary 11011101 1000 1010101 0 1100000 111110 1101 101010010 1011101 101101

Color Harmonies of #DD0855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0855

Black with #DD0855

Text Example


Text Example

White with #DD0855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0855; }

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

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

background-color css

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

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

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

border-color css

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

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

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