Html Css Color HEX #DD055B Razzmatazz

📋 copy color: '#DD055B'

red 221 ◦ green 5 ◦ blue 91

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

Shades of Razzmatazz #DD055B

Tints of Razzmatazz #DD055B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

 BLUE value IS 91 (35.94% from 255) = 28.71%

R = 69.72%
G = 1.58%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD055B (or 0xDD055B) is known color: Razzmatazz. HEX triplet: DD, 05 and 5B. RGB value is (221,5,91). Sum of RGB (Red+Green+Blue) = 221+5+91=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD055B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD055B is #22FAA4. Grayscale: #4F4F4F. Windows color (decimal): -2292389 or 5965277. OLE color: 5965277.

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

Color convert

RGB 221 5 91 -
CMYK 0 0.98 0.59 0.13
HSL 336.11º 0.96% 0.44% -
HSV(B) 336.11º 0.98% 0.87% -
XYZ 31.76 16.24 11.36 -
YUV 79.39 134.56 229.01 -
System Red Green Blue C M Y K H S L
Decimal 221 5 91 0 0.98 0.59 0.13 336.11 0.96 0.44
Hex DD 5 5B 0 62 3B D 150 60 2C
Octal 335 5 133 0 142 73 15 520 140 54
Binary 11011101 101 1011011 0 1100010 111011 1101 101010000 1100000 101100

Color Harmonies of #DD055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD055B

Black with #DD055B

Text Example


Text Example

White with #DD055B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD055B; }

 p { color: rgb(221,5,91); }

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

background-color css

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

 a { background-color: rgb(221,5,91); }

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

border-color css

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

 span { border-color: rgb(221,5,91); }

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