Html Css Color HEX #DD205B Ruby

📋 copy color: '#DD205B'

red 221 ◦ green 32 ◦ blue 91

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

Shades of Ruby #DD205B

Tints of Ruby #DD205B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.3%

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

R = 64.24%
G = 9.3%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD205B (or 0xDD205B) is known color: Ruby. HEX triplet: DD, 20 and 5B. RGB value is (221,32,91). Sum of RGB (Red+Green+Blue) = 221+32+91=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD205B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD205B is #22DFA4. Grayscale: #5F5F5F. Windows color (decimal): -2285477 or 5972189. OLE color: 5972189.

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

Color convert

RGB 221 32 91 -
CMYK 0 0.86 0.59 0.13
HSL 341.27º 0.75% 0.5% -
HSV(B) 341.27º 0.86% 0.87% -
XYZ 32.22 17.16 11.51 -
YUV 95.24 125.62 217.7 -
System Red Green Blue C M Y K H S L
Decimal 221 32 91 0 0.86 0.59 0.13 341.27 0.75 0.5
Hex DD 20 5B 0 56 3B D 155 4B 32
Octal 335 40 133 0 126 73 15 525 113 62
Binary 11011101 100000 1011011 0 1010110 111011 1101 101010101 1001011 110010

Color Harmonies of #DD205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD205B

Black with #DD205B

Text Example


Text Example

White with #DD205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD205B; }

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

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

background-color css

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

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

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

border-color css

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

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

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