Html Css Color HEX #DD0D61 Ruby

📋 copy color: '#DD0D61'

red 221 ◦ green 13 ◦ blue 97

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

Shades of Ruby #DD0D61

Tints of Ruby #DD0D61

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.93%

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

R = 66.77%
G = 3.93%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD0D61 (or 0xDD0D61) is known color: Ruby. HEX triplet: DD, 0D and 61. RGB value is (221,13,97). Sum of RGB (Red+Green+Blue) = 221+13+97=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0D61 is #22F29E. Grayscale: #545454. Windows color (decimal): -2290335 or 6360541. OLE color: 6360541.

HSL color Cylindrical-coordinate representation of color #DD0D61: hue angle of 335.77º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0D61 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 13 97 -
CMYK 0 0.94 0.56 0.13
HSL 335.77º 0.89% 0.46% -
HSV(B) 335.77º 0.94% 0.87% -
XYZ 32.12 16.52 12.81 -
YUV 84.77 134.91 225.17 -
System Red Green Blue C M Y K H S L
Decimal 221 13 97 0 0.94 0.56 0.13 335.77 0.89 0.46
Hex DD D 61 0 5E 38 D 150 59 2E
Octal 335 15 141 0 136 70 15 520 131 56
Binary 11011101 1101 1100001 0 1011110 111000 1101 101010000 1011001 101110

Color Harmonies of #DD0D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0D61

Black with #DD0D61

Text Example


Text Example

White with #DD0D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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