Html Css Color HEX #DD2061 Ruby

📋 copy color: '#DD2061'

red 221 ◦ green 32 ◦ blue 97

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

Shades of Ruby #DD2061

Tints of Ruby #DD2061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.71%

R = 63.14%
G = 9.14%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD2061 (or 0xDD2061) is known color: Ruby. HEX triplet: DD, 20 and 61. RGB value is (221,32,97). Sum of RGB (Red+Green+Blue) = 221+32+97=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2061 is #22DF9E. Grayscale: #5F5F5F. Windows color (decimal): -2285471 or 6365405. OLE color: 6365405.

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

Color convert

RGB 221 32 97 -
CMYK 0 0.86 0.56 0.13
HSL 339.37º 0.75% 0.5% -
HSV(B) 339.37º 0.86% 0.87% -
XYZ 32.49 17.27 12.93 -
YUV 95.92 128.62 217.21 -
System Red Green Blue C M Y K H S L
Decimal 221 32 97 0 0.86 0.56 0.13 339.37 0.75 0.5
Hex DD 20 61 0 56 38 D 153 4B 32
Octal 335 40 141 0 126 70 15 523 113 62
Binary 11011101 100000 1100001 0 1010110 111000 1101 101010011 1001011 110010

Color Harmonies of #DD2061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2061

Black with #DD2061

Text Example


Text Example

White with #DD2061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2061; }

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

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

background-color css

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

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

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

border-color css

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

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

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