Html Css Color HEX #DD205F Ruby

📋 copy color: '#DD205F'

red 221 ◦ green 32 ◦ blue 95

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

Shades of Ruby #DD205F

Tints of Ruby #DD205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.3%

R = 63.51%
G = 9.2%
B = 27.3%

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

#DD205F (or 0xDD205F) is known color: Ruby. HEX triplet: DD, 20 and 5F. RGB value is (221,32,95). Sum of RGB (Red+Green+Blue) = 221+32+95=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD205F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD205F is #22DFA0. Grayscale: #5F5F5F. Windows color (decimal): -2285473 or 6234333. OLE color: 6234333.

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

Color convert

RGB 221 32 95 -
CMYK 0 0.86 0.57 0.13
HSL 340º 0.75% 0.5% -
HSV(B) 340º 0.86% 0.87% -
XYZ 32.4 17.23 12.44 -
YUV 95.69 127.62 217.38 -
System Red Green Blue C M Y K H S L
Decimal 221 32 95 0 0.86 0.57 0.13 340 0.75 0.5
Hex DD 20 5F 0 56 39 D 154 4B 32
Octal 335 40 137 0 126 71 15 524 113 62
Binary 11011101 100000 1011111 0 1010110 111001 1101 101010100 1001011 110010

Color Harmonies of #DD205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD205F

Black with #DD205F

Text Example


Text Example

White with #DD205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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