Html Css Color HEX #DD2059 Ruby

📋 copy color: '#DD2059'

red 221 ◦ green 32 ◦ blue 89

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

Shades of Ruby #DD2059

Tints of Ruby #DD2059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.02%

R = 64.62%
G = 9.36%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD2059 (or 0xDD2059) is known color: Ruby. HEX triplet: DD, 20 and 59. RGB value is (221,32,89). Sum of RGB (Red+Green+Blue) = 221+32+89=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2059 is #22DFA6. Grayscale: #5E5E5E. Windows color (decimal): -2285479 or 5841117. OLE color: 5841117.

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

Color convert

RGB 221 32 89 -
CMYK 0 0.86 0.60 0.13
HSL 341.9º 0.75% 0.5% -
HSV(B) 341.9º 0.86% 0.87% -
XYZ 32.14 17.13 11.06 -
YUV 95.01 124.62 217.87 -
System Red Green Blue C M Y K H S L
Decimal 221 32 89 0 0.86 0.60 0.13 341.9 0.75 0.5
Hex DD 20 59 0 56 3C D 156 4B 32
Octal 335 40 131 0 126 74 15 526 113 62
Binary 11011101 100000 1011001 0 1010110 111100 1101 101010110 1001011 110010

Color Harmonies of #DD2059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2059

Black with #DD2059

Text Example


Text Example

White with #DD2059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2059; }

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

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

background-color css

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

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

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

border-color css

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

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

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