Html Css Color HEX #DD205E Ruby

📋 copy color: '#DD205E'

red 221 ◦ green 32 ◦ blue 94

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

Shades of Ruby #DD205E

Tints of Ruby #DD205E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.09%

R = 63.69%
G = 9.22%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD205E (or 0xDD205E) is known color: Ruby. HEX triplet: DD, 20 and 5E. RGB value is (221,32,94). Sum of RGB (Red+Green+Blue) = 221+32+94=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD205E is #22DFA1. Grayscale: #5F5F5F. Windows color (decimal): -2285474 or 6168797. OLE color: 6168797.

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

Color convert

RGB 221 32 94 -
CMYK 0 0.86 0.57 0.13
HSL 340.32º 0.75% 0.5% -
HSV(B) 340.32º 0.86% 0.87% -
XYZ 32.36 17.21 12.21 -
YUV 95.58 127.12 217.46 -
System Red Green Blue C M Y K H S L
Decimal 221 32 94 0 0.86 0.57 0.13 340.32 0.75 0.5
Hex DD 20 5E 0 56 39 D 154 4B 32
Octal 335 40 136 0 126 71 15 524 113 62
Binary 11011101 100000 1011110 0 1010110 111001 1101 101010100 1001011 110010

Color Harmonies of #DD205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD205E

Black with #DD205E

Text Example


Text Example

White with #DD205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD205E; }

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

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

background-color css

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

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

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

border-color css

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

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

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