Html Css Color HEX #DD0D5B Razzmatazz

📋 copy color: '#DD0D5B'

red 221 ◦ green 13 ◦ blue 91

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

Shades of Razzmatazz #DD0D5B

Tints of Razzmatazz #DD0D5B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4%

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

R = 68%
G = 4%
B = 28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD0D5B (or 0xDD0D5B) is known color: Razzmatazz. HEX triplet: DD, 0D and 5B. RGB value is (221,13,91). Sum of RGB (Red+Green+Blue) = 221+13+91=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0D5B is #22F2A4. Grayscale: #535353. Windows color (decimal): -2290341 or 5967325. OLE color: 5967325.

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

Color convert

RGB 221 13 91 -
CMYK 0 0.94 0.59 0.13
HSL 337.5º 0.89% 0.46% -
HSV(B) 337.5º 0.94% 0.87% -
XYZ 31.85 16.42 11.39 -
YUV 84.08 131.91 225.66 -
System Red Green Blue C M Y K H S L
Decimal 221 13 91 0 0.94 0.59 0.13 337.5 0.89 0.46
Hex DD D 5B 0 5E 3B D 152 59 2E
Octal 335 15 133 0 136 73 15 522 131 56
Binary 11011101 1101 1011011 0 1011110 111011 1101 101010010 1011001 101110

Color Harmonies of #DD0D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0D5B

Black with #DD0D5B

Text Example


Text Example

White with #DD0D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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